summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-211-1/+1
* net: do not disable sg for packets requiring no checksumEd Cashin2012-10-131-1/+2
* net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-10-131-1/+2
* net: small bug on rxhash calculationChema Gonzalez2012-10-131-5/+6
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-022-2/+5
* af_packet: don't emit packet on orig fanout groupEric Leblond2012-10-021-2/+14
* net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-10-021-2/+5
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-021-0/+1
* net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-10-021-0/+4
* net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-152-0/+4
* net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-08-091-1/+7
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-161-1/+2
* net: remove skb_orphan_try()Eric Dumazet2012-07-161-22/+1
* netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-07-161-5/+6
* net: neighbour: fix neigh_dump_info()Eric Dumazet2012-07-161-8/+6
* drop_monitor: dont sleep in atomic contextEric Dumazet2012-07-161-69/+33
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-07-161-2/+5
* pktgen: fix module unload for goodEric Dumazet2012-05-181-2/+2
* pktgen: fix crash at module unloadEric Dumazet2012-05-101-2/+8
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-31/+5
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-05-021-5/+7
* drop_monitor: Make updating data->skb smp safeNeil Horman2012-04-281-16/+54
* drop_monitor: fix sleeping in invalid context warningNeil Horman2012-04-281-7/+7
* drop_monitor: allow more events per secondEric Dumazet2012-04-211-0/+1
* netns: do not leak net_generic data on failed initJulian Anastasov2012-04-181-15/+18
* net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-04-131-0/+20
* net: allow pskb_expand_head() to get maximum tailroomEric Dumazet2012-04-111-1/+3
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-061-1/+3
* bpf jit: Make the filter.c::__load_pointer helper non-static for the jitsJan Seiffert2012-04-031-3/+6
* net: fix /proc/net/dev regressionEric Dumazet2012-04-032-46/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-0/+1
|\
| * net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise2012-03-281-0/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-289-9/+0
|\ \ | |/ |/|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-289-9/+0
* | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-2/+2
* | net: fix napi_reuse_skb() skb reserveEric Dumazet2012-03-211-1/+2
|/
* Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-2/+2
|\
| * net: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-209-120/+222
|\ \
| * | net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2012-03-111-1/+1
| * | net: Use bool for return value of dev_valid_name().David S. Miller2012-03-061-6/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-051-8/+10
| |\|
| * | net: export netdev_stats_to_stats64Eric Dumazet2012-03-051-4/+5
| * | rtnetlink: Fix VF IFLA policyGreg Rose2012-02-291-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-262-21/+59
| |\ \
| * | | netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-2/+7
| * | | net: Add missing getsockopt for SO_NOFCS.David S. Miller2012-02-241-0/+3
| * | | net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+1
| * | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-242-0/+6
| * | | net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+1