aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* net: fix incorrect credentials passingLinus Torvalds2013-04-251-0/+14
* net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-101-0/+6
* rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-271-1/+1
* rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-271-0/+1
* bridging: fix rx_handlers return codeCristian Bercaru2013-03-271-0/+1
* pktgen: correctly handle failures when adding a deviceCong Wang2013-02-201-3/+6
* net-rps: Fix brokeness causing OOO packetsTom Herbert2012-12-061-1/+3
* net: correct check in dev_addr_del()Jiri Pirko2012-12-061-1/+2
* af-packet: fix oops when socket is not presentEric Leblond2012-11-161-1/+1
* rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2012-11-161-8/+10
* rtnetlink: Fix problem with buffer allocationGreg Rose2012-11-161-19/+57
* pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-301-1/+1
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-301-2/+5
* net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com2012-10-301-4/+2
* net: do not disable sg for packets requiring no checksumEd Cashin2012-10-101-1/+2
* net: guard tcp_set_keepalive() to tcp socketsEric Dumazet2012-10-101-1/+2
* net: small bug on rxhash calculationChema Gonzalez2012-10-101-4/+5
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-102-2/+5
* af_packet: don't emit packet on orig fanout groupEric Leblond2012-09-191-2/+14
* net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-09-191-2/+5
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-09-191-0/+1
* net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-09-191-0/+4
* net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-08-191-1/+7
* drop_monitor: dont sleep in atomic contextEric Dumazet2012-08-101-68/+33
* drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-08-101-5/+7
* drop_monitor: Make updating data->skb smp safeNeil Horman2012-08-101-16/+54
* drop_monitor: fix sleeping in invalid context warningNeil Horman2012-08-101-7/+7
* net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-08-102-0/+4
* net: remove skb_orphan_try()Eric Dumazet2012-07-251-22/+1
* netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-07-121-5/+6
* ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław2012-07-121-0/+1
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-07-121-2/+5
* splice: fix racy pipe->buffers usesEric Dumazet2012-07-121-1/+2
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-31/+5
* ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2012-05-311-0/+2
* pktgen: fix module unload for goodEric Dumazet2012-05-201-2/+2
* pktgen: fix crash at module unloadEric Dumazet2012-05-201-2/+8
* net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman2012-05-201-0/+20
* netns: do not leak net_generic data on failed initJulian Anastasov2012-05-111-15/+18
* net: allow pskb_expand_head() to get maximum tailroomEric Dumazet2012-05-111-1/+3
* net: fix a race in sock_queue_err_skb()Eric Dumazet2012-05-111-1/+3
* net: fix /proc/net/dev regressionEric Dumazet2012-05-112-46/+15
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-04-021-1/+2
* rtnetlink: Fix VF IFLA policyGreg Rose2012-04-021-0/+2
* neighbour: Fixed race condition at tbl->nhtMichel Machado2012-03-191-0/+2
* gro: more generic L2 header checkEric Dumazet2012-02-291-2/+8
* netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-291-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-032-4/+4
* netns: fix net_alloc_generic()Eric Dumazet2012-02-031-15/+16
* net: relax rcvbuf limitsEric Dumazet2011-12-231-5/+1