summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2013-11-21net: flow_dissector: fail on evil iph->ihlJason Wang1-1/+1
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-11-04tcp: TSO packets automatic sizingEric Dumazet1-0/+1
2013-10-14net: net_secret should not depend on TCPEric Dumazet1-3/+24
2013-10-14netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-10-14netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang1-1/+1
2013-10-14net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet1-2/+2
2013-10-14net: fix multiqueue selectionEric Dumazet1-1/+1
2013-09-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski1-1/+1
2013-09-14net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet1-8/+3
2013-09-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen1-1/+1
2013-09-14rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala1-1/+1
2013-09-14neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico1-4/+6
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+5
2013-07-29vlan: mask vlan prio bitsEric Dumazet1-2/+9
2013-07-29neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-06-27net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan3-30/+40
2013-06-26gre: fix a possible skb leakEric Dumazet1-8/+12
2013-06-18vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao1-3/+3
2013-06-11sock_diag: fix filter code sent to userspaceNicolas Dichtel2-3/+8
2013-06-05net: fix sk_buff head without data areaPablo Neira1-2/+2
2013-06-01net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh1-1/+1
2013-06-01net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh1-4/+7
2013-06-01net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh1-1/+2
2013-06-01net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh1-0/+1
2013-05-29net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga1-3/+3
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-50/+0
2013-05-12ipv6: do not clear pinet6 fieldEric Dumazet1-12/+0
2013-05-09gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-0/+11
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro1-11/+1
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-11/+10
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells1-4/+2
2013-05-02proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-3/+4
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-312/+635
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman1-7/+7
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier1-8/+13
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier1-1/+2
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala1-1/+4
2013-04-30net/core: remove duplicate statements by do-while loopAkinobu Mita1-9/+6
2013-04-30net/core: rename random32() to prandom_u32()Akinobu Mita1-14/+15
2013-04-29net: defer net_secret[] initializationEric Dumazet1-3/+1
2013-04-29sock_diag: allow to dump bpf filtersNicolas Dichtel1-0/+33
2013-04-25net: fix address check in rtnl_fdb_delVlad Yasevich1-1/+1
2013-04-25net: remove redundant code in dev_hard_start_xmit()Eric Dumazet1-7/+0
2013-04-25packet: tx timestamping on tpacket ringWillem de Bruijn1-6/+6
2013-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5