summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2014-02-11drop_monitor: dont sleep in atomic contextEric Dumazet1-68/+33
2014-02-11drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman1-5/+7
2014-02-11drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2014-02-11drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2014-02-11net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2014-02-11net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2014-02-11net: guard tcp_set_keepalive() to tcp socketsEric Dumazet1-1/+2
2013-01-17net: Fix ip link add netns oopsEric W. Biederman1-0/+3
2013-01-17gro: reset vlan_tci on reuseBenjamin Poirier1-0/+1
2013-01-17net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang1-2/+5
2012-08-17net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2-0/+4
2012-08-17scm: lower SCM_MAX_FDEric Dumazet1-4/+6
2012-08-17GRO: fix merging a paged skb after non-paged skbsMichal Schmidt1-2/+6
2012-05-17net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller2-1/+185
2012-05-17net: filter: Use WARN_RATELIMITJoe Perches1-1/+3
2012-03-14net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-1/+4
2012-03-14rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2012-03-14gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2012-03-14gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2011-04-18net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-2/+10
2011-04-18filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2011-04-18filter: make sure filters dont read uninitialized memoryDavid S. Miller1-29/+35
2011-04-18net: Limit socket I/O iovec total length to INT_MAX.David S. Miller1-11/+9
2011-04-18net: avoid limits overflowEric Dumazet1-7/+7
2011-04-18net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings1-3/+3
2011-04-18net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2011-01-07net: clear heap allocations for privileged ethtool actionsKees Cook1-2/+2
2011-01-07net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2011-01-07tcp: Fix >4GB writes on 64-bit.David S. Miller1-2/+3
2011-01-07gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2011-01-07gro: fix different skb headroomsEric Dumazet1-2/+6
2010-08-27net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-27net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-27net: dev_forward_skb should call nf_resetBen Greear1-0/+1
2010-08-02ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+29
2010-08-02ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-08-02net/core: neighbour update OopsDoug Kehn1-1/+4
2010-08-02net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-08-02gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-49/+110
2010-05-06veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet1-6/+5
2010-04-23rtnetlink: potential ERR_PTR dereferenceDan Carpenter1-2/+3
2010-04-21net: Fix an RCU warning in dev_pick_tx()David Howells1-1/+1
2010-04-15net: dev_pick_tx() fixEric Dumazet1-2/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo16-2/+14
2010-03-23netpoll: warn when there are spaces in parametersAmerigo Wang1-2/+5
2010-03-19net: Potential null skb->dev dereferenceEric Dumazet1-3/+5
2010-03-17NET: netpoll, fix potential NULL ptr dereferenceJiri Slaby1-2/+2
2010-03-10net: Fix dev_mc_add()Eric Dumazet1-2/+3
2010-03-10net: Annotates neigh_invalidate()Eric Dumazet1-0/+2