aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2009-08-23netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng
2009-08-20Merge branch 'master' into nextJames Morris
2009-08-19Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris
2009-08-13net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-08-05net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar
2009-08-02neigh: Convert garbage collection from softirq to workqueueEric Dumazet
2009-08-02net: restore the original spinlock to protect unicast listJiri Pirko
2009-08-02net: net_assign_generic() fixEric Dumazet
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-07-27cfg80211: make aware of net namespacesJohannes Berg
2009-07-27net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet
2009-07-26ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala
2009-07-24net: remove unused skb->do_not_encryptJohannes Berg
2009-07-24net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-20Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-16net: sock_copy() fixesEric Dumazet
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser
2009-07-12net: move and export get_net_ns_by_pidJohannes Berg
2009-07-12net: make namespace iteration possible under RCUJohannes Berg
2009-07-11net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-07-08netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov
2009-07-08netpoll: Introduce netpoll_carrier_timeout kernel optionAnton Vorontsov
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-06-26gro: Flush GRO packets in napi_disable_pending pathHerbert Xu
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-18net: group address list and its countJiri Pirko
2009-06-17skbuff: don't corrupt mac_header on skb expansionStephen Hemminger
2009-06-17skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-15net: annotate struct sock bitfieldVegard Nossum
2009-06-15net: use kmemcheck bitfields API for skbuffVegard Nossum
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław
2009-06-11[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra
2009-06-11neigh: fix state transition INCOMPLETE->FAILED via Netlink requestTimo Teras
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds