summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: use separated locks to protect pointers of struct xfrm_state_afinfoCong Wang2013-01-171-25/+18
* xfrm: replace rwlock on xfrm_km_list with rcuCong Wang2013-01-161-28/+30
* xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang2013-01-161-17/+16
* xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna2013-01-081-2/+1
* xfrm: removes a superfluous check and add a statisticLi RongQing2013-01-073-3/+7
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-067-16/+18
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-062-28/+21
* net: splice: avoid high order page splittingEric Dumazet2013-01-061-29/+9
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-066-18/+18
* ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko2013-01-061-1/+3
* ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明2013-01-041-2/+2
* net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-63/+0
* bonding: remove usage of dev->masterJiri Pirko2013-01-041-0/+1
* vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko2013-01-041-7/+11
* netpoll: remove usage of dev->masterJiri Pirko2013-01-041-3/+6
* bridge: remove usage of netdev_set_master()Jiri Pirko2013-01-041-3/+3
* rtnetlink: remove usage of dev->masterJiri Pirko2013-01-041-32/+37
* vlan: add link to upper deviceJiri Pirko2013-01-041-1/+9
* net: introduce upper device listsJiri Pirko2013-01-041-4/+235
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-034-5/+0
* net: add address assign type "SET"Jiri Pirko2013-01-031-0/+1
* net: call add_device_randomness() only after successful mac changeJiri Pirko2013-01-031-3/+4
* rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko2013-01-031-18/+2
* bridge: respect RFC2863 operational statestephen hemminger2012-12-304-6/+9
* net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann2012-12-301-0/+7
* skbuff: make __kmalloc_reserve staticstephen hemminger2012-12-281-2/+3
* tcp: make proc_tcp_fastopen_key staticstephen hemminger2012-12-281-2/+2
* sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger2012-12-281-1/+1
* net: use per task frag allocator in skb_append_datato_fragsEric Dumazet2012-12-281-27/+16
* rtnl: expose carrier value with possibility to set itJiri Pirko2012-12-281-0/+10
* net: allow to change carrier via sysfsJiri Pirko2012-12-281-1/+14
* net: add change_carrier netdev opJiri Pirko2012-12-281-0/+19
* ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-261-2/+1
* ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata2012-12-261-1/+1
* IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike2012-12-261-6/+5
* IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike2012-12-261-3/+6
* tcp: should drop incoming frames without ACK flag setEric Dumazet2012-12-261-4/+10
* batman-adv: fix random jitter calculationAkinobu Mita2012-12-261-1/+1
* arp: fix a regression in arp_solicit()Cong Wang2012-12-241-3/+3
* net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
* CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-223-15/+0
* bridge: call br_netpoll_disable in br_add_ifGao feng2012-12-211-3/+5
* ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet2012-12-211-5/+3
* net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-212-11/+11
* ip_gre: fix possible use after freeEric Dumazet2012-12-211-1/+5
* ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata2012-12-211-1/+4
* Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-12-205-60/+61
|\
| * nfsd4: cleanup: replace rq_resused count by rq_next_page pointerJ. Bruce Fields2012-12-174-7/+11
| * svcrpc: fix some printksJ. Bruce Fields2012-12-171-4/+4
| * SUNRPC: remove redundant "linux/nsproxy.h" includesStanislav Kinsbursky2012-12-102-2/+0
OpenPOWER on IntegriCloud