aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-281-4/+2
* 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
* drop_monitor: dont sleep in atomic contextEric Dumazet2012-10-021-68/+33
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-10-021-5/+7
* drop_monitor: Make updating data->skb smp safeNeil Horman2012-10-021-16/+54
* drop_monitor: fix sleeping in invalid context warningNeil Horman2012-10-021-7/+7
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-022-2/+5
* 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
* netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-07-161-5/+6
* ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław2012-07-161-0/+1
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-07-161-2/+5
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-31/+5
* pktgen: fix module unload for goodEric Dumazet2012-06-101-2/+2
* pktgen: fix crash at module unloadEric Dumazet2012-06-101-2/+8
* net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-05-211-0/+20
* netns: do not leak net_generic data on failed initJulian Anastasov2012-04-271-15/+18
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-271-1/+3
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-04-021-1/+2
* neighbour: Fixed race condition at tbl->nhtMichel Machado2012-03-191-0/+2
* netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-291-1/+1
* gro: more generic L2 header checkEric Dumazet2012-02-291-2/+8
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-132-12/+22
* netns: fix net_alloc_generic()Eric Dumazet2012-02-031-15/+16
* net: Handle different key sizes between address families in flow cachedpward2011-11-111-14/+17
* net: Unlock sock before calling sk_free()Thomas Gleixner2011-11-111-0/+1
* net: hold sock reference while processing tx timestampsRichard Cochran2011-11-111-2/+10
* rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-11-111-0/+1
* scm: Capture the full credentials of the scm senderTim Chen2011-10-031-1/+1
* fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-10-031-2/+2
* arp: fix rcu lockdep splat in arp_process()Eric Dumazet2011-10-031-2/+6
* net: allow netif_carrier to be called safely from IRQstephen hemminger2011-08-151-1/+1
* net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman2011-08-151-3/+5
* net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2011-08-152-1/+185
* ethtool: Allow zero-length register dumps againBen Hutchings2011-08-041-2/+2
* ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-011-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-162-16/+19
|\
| * Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-122-16/+19
* | netpoll: call dev_put() on error in netpoll_setup()Dan Carpenter2011-06-111-1/+2
* | vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko2011-06-111-1/+1
* | netpoll: prevent netpoll setup on slave devicesWANG Cong2011-06-091-0/+6
* | net: cpu offline cause napi stallHeiko Carstens2011-06-071-0/+5
* | net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-061-11/+5
* | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-051-9/+7
|/