summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-16xfrm: replace rwlock on xfrm_km_list with rcuCong Wang
2013-01-16xfrm: replace rwlock on xfrm_state_afinfo with rcuCong Wang
2013-01-08xfrm_algo: probe asynchronous block ciphers instead of synchronousJussi Kivilinna
2013-01-07xfrm: removes a superfluous check and add a statisticLi RongQing
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2013-01-07ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明
2013-01-07net: splice: avoid high order page splittingEric Dumazet
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-07ethtool: 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: 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-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2013-01-04net: add address assign type "SET"Jiri Pirko
2013-01-04net: call add_device_randomness() only after successful mac changeJiri Pirko
2013-01-04rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko
2012-12-30bridge: respect RFC2863 operational statestephen hemminger
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann
2012-12-29skbuff: make __kmalloc_reserve staticstephen hemminger
2012-12-29tcp: make proc_tcp_fastopen_key staticstephen hemminger
2012-12-29sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko
2012-12-28net: allow to change carrier via sysfsJiri Pirko
2012-12-28net: add change_carrier netdev opJiri Pirko
2012-12-26ipv6/ip6_gre: set transport header correctlyIsaku Yamahata
2012-12-26ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet
2012-12-26batman-adv: fix random jitter calculationAkinobu Mita
2012-12-25arp: fix a regression in arp_solicit()Cong Wang
2012-12-22net: sched: integer overflow fixStefan Hasko
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH
2012-12-21bridge: call br_netpoll_disable in br_add_ifGao feng
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-21ip_gre: fix possible use after freeEric Dumazet
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-12-20libceph: register request before unregister lingerAlex Elder
2012-12-20libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder
2012-12-20libceph: init event->node in ceph_osdc_create_event()Alex Elder