summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet
2013-01-10tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet
2013-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-01-10netfilter: xt_CT: fix unset return value if conntrack zone are disabledPablo Neira Ayuso
2013-01-09ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明
2013-01-09unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko
2013-01-08net: prevent setting ttl=0 via IP_TTLCong Wang
2013-01-08netpoll: add IPv6 supportCong Wang
2013-01-08ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang
2013-01-08netpoll: prepare for ipv6Cong Wang
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-08SUNRPC: Ensure we release the socket write lock if the rpc_task exits earlyTrond Myklebust
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko
2013-01-07Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2013-01-07sctp: fix Kconfig bug in default cookie hmac selectionAlex Elder
2013-01-06ipv4: fix NULL checking in devinet_ioctl()Xi Wang
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2013-01-06ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明
2013-01-06net: splice: avoid high order page splittingEric Dumazet
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-06ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko
2013-01-04ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明
2013-01-04net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter
2013-01-04mac802154: fix NOHZ local_softirq_pending 08 warningAlexander Aring
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04bonding: remove usage of dev->masterJiri Pirko
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko
2013-01-04netpoll: remove usage of dev->masterJiri Pirko
2013-01-04bridge: remove usage of netdev_set_master()Jiri Pirko
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko
2013-01-04vlan: add link to upper deviceJiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-04netfilter: xt_recent: avoid high order page allocationsEric Dumazet
2013-01-04netfilter: fix missing dependencies for the NOTRACK targetPablo Neira Ayuso
2013-01-04netfilter: ip6t_NPT: fix IPv6 NTP checksum calculationUlrich Weber
2013-01-04SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9Trond Myklebust
2013-01-04SUNRPC: Ensure that we free the rpc_task after cleanups are doneTrond Myklebust
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2013-01-03net: add address assign type "SET"Jiri Pirko
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko
2013-01-03rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko