aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2017-03-171-8/+2
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2017-03-171-1/+5
* fix infoleak in rtnetlinkkangjie2016-10-131-8/+8
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2016-03-111-0/+24
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-1/+1
* net: core: Support UID-based routing.Lorenzo Colitti2016-03-111-1/+58
* net: defer net_secret[] initializationEric Dumazet2016-03-111-3/+1
* net: Fix "ip rule delete table 256"Andreas Henriksson2016-03-111-1/+2
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-131-5/+4
* splice: fix racy pipe->buffers usesEric Dumazet2013-10-051-1/+2
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-09-141-1/+6
* neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-281-5/+7
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-191-12/+0
* net: fix incorrect credentials passingLinus Torvalds2013-05-011-4/+10
* rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch2013-05-011-2/+2
* netfilter: don't reset nf_trace in nf_reset()Patrick McHardy2013-05-011-0/+1
* net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-05-011-3/+3
* net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet2013-04-051-0/+6
* rtnetlink: Mask the rta_type when range checkingVlad Yasevich2013-03-281-1/+1
* rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-201-0/+1
* bridging: fix rx_handlers return codeCristian Bercaru2013-03-201-0/+1
* pktgen: correctly handle failures when adding a deviceCong Wang2013-02-141-3/+6
* rtnetlink: fix rtnl_calcit() and rtnl_dump_ifinfo()Eric Dumazet2013-01-171-8/+10
* rtnetlink: Fix problem with buffer allocationGreg Rose2013-01-171-19/+58
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-173-19/+58
* net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-261-1/+3
* net: correct check in dev_addr_del()Jiri Pirko2012-11-261-1/+2
* 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