summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | pktgen: change inliningStephen Hemminger2009-08-281-8/+7
| * | pktgen: minor cleanupStephen Hemminger2009-08-281-16/+9
| * | Drop ARPHRD_IEEE802154_PHYDmitry Eremin-Solenikov2009-08-191-2/+2
| * | net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman2009-08-131-0/+3
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-122-10/+15
| |\ \
| * | | net: Avoid enqueuing skb for default qdiscsKrishna Kumar2009-08-061-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-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
| |\ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-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-093-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-051-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-011-1/+1
* | | | | | | netpoll: warning for ndo_start_xmit returns with interrupts enabledDongdong Deng2009-08-231-0/+5
| |/ / / / / |/| | | | |
* | | | | | net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-172-9/+14
|/ / / / /
* | | | | net: Fix spinlock use in alloc_netdev_mq()Ingo Molnar2009-08-051-2/+0
* | | | | 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-161-2/+18
* | | net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-111-2/+17
| |/ |/|
* | 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
|/
* 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
| |\
OpenPOWER on IntegriCloud