summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | pktgen: stop_device cleanupStephen Hemminger2009-08-291-9/+3Star
| * | pktgen: mark read-only/mostly variablesStephen Hemminger2009-08-291-5/+5
| * | pktgen: change inliningStephen Hemminger2009-08-291-8/+7Star
| * | pktgen: minor cleanupStephen Hemminger2009-08-291-16/+9Star
| * | Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov2009-08-191-2/+2
| * | net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman2009-08-141-0/+3
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-132-10/+15
| |\ \
| * | | net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-071-13/+35
| * | | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-051-0/+5
| * | | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-051-0/+5
| * | | net: mark read-only arrays as constJan Engelhardt2009-08-053-5/+5
| * | | neigh: Convert garbage collection from softirq to workqueueEric Dumazet2009-08-031-46/+43Star
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-07-311-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-271-2/+11
| * | | net: remove unused skb->do_not_encryptJohannes Berg2009-07-241-3/+0Star
| * | | 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-241-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-171-4/+35
| |\ \ \ \
| * | | | | 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-103-6/+6
| |\ \ \ \ \
| * | | | | | 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-061-3/+3
* | | | | | | Merge branch 'next' into for-linusJames Morris2009-09-111-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' into nextJames Morris2009-08-202-9/+14
| |\ \ \ \ \ \
| * | | | | | | Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris2009-08-141-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski2009-09-021-1/+1
* | | | | | | netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng2009-08-241-0/+5
| |/ / / / / |/| | | | |
* | | | | | net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-182-9/+14
|/ / / / /
* | | | | net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar2009-08-051-2/+0Star
* | | | | net: restore the original spinlock to protect unicast listJiri Pirko2009-08-021-9/+16
* | | | | net: net_assign_generic() fixEric Dumazet2009-08-021-1/+1
| |_|_|/ |/| | |
* | | | Fix error return for setsockopt(SO_TIMESTAMPING)RĂ©mi Denis-Courmont2009-07-201-1/+1
| |_|/ |/| |
* | | net: sock_copy() fixesEric Dumazet2009-07-171-2/+18
* | | net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-121-2/+17
| |/ |/|
* | net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-102-5/+5
* | netpoll: Fix carrier detection for drivers that are using phylibAnton Vorontsov2009-07-091-1/+1
|/
* gro: Flush GRO packets in napi_disable_pending pathHerbert Xu2009-06-271-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-241-2/+0Star
|\
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-241-2/+0Star
* | 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/+62Star
| * skbuff: don't corrupt mac_header on skb expansionStephen Hemminger2009-06-181-3/+6
| * skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger2009-06-181-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