aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-12-08{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du
2013-12-08net: core: Always propagate flag changes to interfacesVlad Yasevich
2013-12-08netfilter: push reasm skb through instead of original frag skbsJiri Pirko
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-12-08net: Fix "ip rule delete table 256"Andreas Henriksson
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam
2013-11-04tcp: TSO packets automatic sizingEric Dumazet
2013-10-13net: net_secret should not depend on TCPEric Dumazet
2013-10-13netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-10-13netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang
2013-10-13net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet
2013-10-13net: fix multiqueue selectionEric Dumazet
2013-09-26net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski
2013-09-14net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet
2013-09-14rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen
2013-09-14rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala
2013-09-14neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin
2013-07-28vlan: mask vlan prio bitsEric Dumazet
2013-07-28neighbour: fix a race in neigh_destroy()Eric Dumazet
2013-06-26net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-17vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao
2013-06-10sock_diag: fix filter code sent to userspaceNicolas Dichtel
2013-06-04net: fix sk_buff head without data areaPablo Neira
2013-05-31net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh
2013-05-31net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh
2013-05-31net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh
2013-05-31net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh
2013-05-28net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar
2013-05-06netpoll: inverted down_trylock() testDan Carpenter
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork
2013-05-02net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier
2013-04-30net: Use consume_skb() to free gso segmented skbSridhar Samudrala
2013-04-29net/core: remove duplicate statements by do-while loopAkinobu Mita
2013-04-29net/core: rename random32() to prandom_u32()Akinobu Mita
2013-04-29net: defer net_secret[] initializationEric Dumazet