aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* neigh: Convert garbage collection from softirq to workqueueEric Dumazet2009-08-021-46/+43
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-301-0/+1
|\
| * cfg80211: make aware of net namespacesJohannes Berg2009-07-271-0/+1
* | net: ethtool_op_get_rx_csum() should be public and exportedEric Dumazet2009-07-271-1/+2
|/
* ethtool: device independent rx_csum and get_flags routinesSridhar Samudrala2009-07-261-2/+11
* net: remove unused skb->do_not_encryptJohannes Berg2009-07-241-3/+0
* net: export __dev_addr_sync/__dev_addr_unsyncJohannes Berg2009-07-241-0/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+1
|\
| * Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont2009-07-201-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-4/+35
|\ \ | |/
| * net: sock_copy() fixesEric Dumazet2009-07-161-2/+18
| * net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-111-2/+17
* | net: Rename lookup_neigh_params functionTobias Klauser2009-07-131-3/+3
* | net: move and export get_net_ns_by_pidJohannes Berg2009-07-122-20/+22
* | net: make namespace iteration possible under RCUJohannes Berg2009-07-121-3/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-093-6/+6
|\ \ | |/
| * net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-092-5/+5
| * netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov2009-07-081-1/+1
* | netpoll: Introduce netpoll_carrier_timeout kernel optionAnton Vorontsov2009-07-081-1/+5
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
|/
* gro: Flush GRO packets in napi_disable_pending pathHerbert Xu2009-06-261-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-241-2/+0
|\
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-231-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-182-71/+72
|\ \ | |/
| * net: group address list and its countJiri Pirko2009-06-181-68/+62
| * skbuff: don't corrupt mac_header on skb expansionStephen Hemminger2009-06-171-3/+6
| * skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger2009-06-171-0/+4
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-162-0/+10
|\ \ | |/ |/|
| * net: annotate struct sock bitfieldVegard Nossum2009-06-151-0/+2
| * net: use kmemcheck bitfields API for skbuffVegard Nossum2009-06-151-0/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-155-9/+8
|\ \ | |/
| * Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-103-4/+4
| |\
| | * Merge commit 'v2.6.30-rc6' into tracing/coreIngo Molnar2009-05-181-0/+2
| | |\
| | * \ Merge branch 'linus' into tracing/coreIngo Molnar2009-05-073-26/+46
| | |\ \
| | * | | tracing/events: move trace point headers into include/trace/eventsSteven Rostedt2009-04-143-3/+3
| | * | | tracing: create automated trace definesSteven Rostedt2009-04-141-2/+2
* | | | | bridge: Simplify interface for ATM LANEMichał Mirosław2009-06-111-11/+9
* | | | | [PATCH] net core: Some interface flags not returned by SIOCGIFFLAGSJohn Dykstra2009-06-111-1/+1
* | | | | neigh: fix state transition INCOMPLETE->FAILED via Netlink requestTimo Teras2009-06-111-18/+28
* | | | | net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-111-4/+25
* | | | | mac80211: do not pass PS frames out of mac80211 againJohannes Berg2009-06-101-1/+0
* | | | | Add constants for the ieee 802.15.4 stackSergey Lapin2009-06-092-2/+7
* | | | | net: dev_addr_init() fixEric Dumazet2009-06-091-2/+2
* | | | | net/core/user_dma.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-24/+22
* | | | | net/core/skbuff.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-124/+106
* | | | | net/core/dev.c: Use frag list abstraction interfaces.David S. Miller2009-06-091-2/+2
* | | | | datagram: Use frag list abstraction interfaces.David S. Miller2009-06-091-95/+83
* | | | | net pkgen.c:fix no need for checkFigo.zhang2009-06-081-4/+2
* | | | | net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala2009-06-081-2/+2
* | | | | net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala2009-06-081-1/+2