summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman2014-01-151-1/+2
* netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-151-2/+9
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-01-151-1/+1
* net: unix: allow set_peek_off to failSasha Levin2014-01-151-1/+1
* net: drop_monitor: fix the value of maxattrChangli Gao2014-01-151-1/+0
* {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-081-0/+7
* net: core: Always propagate flag changes to interfacesVlad Yasevich2013-12-081-1/+1
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-12-081-3/+0
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-12-081-1/+2
* net: Fix "ip rule delete table 256"Andreas Henriksson2013-12-081-1/+2
* net: flow_dissector: fail on evil iph->ihlJason Wang2013-11-201-1/+1
* net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam2013-11-041-0/+2
* tcp: TSO packets automatic sizingEric Dumazet2013-11-041-0/+1
* net: net_secret should not depend on TCPEric Dumazet2013-10-131-3/+24
* netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov2013-10-131-5/+4
* netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang2013-10-131-1/+1
* net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet2013-10-131-2/+2
* net: fix multiqueue selectionEric Dumazet2013-10-131-1/+1
* net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski2013-09-261-1/+1
* net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-09-141-8/+3
* rtnetlink: rtnl_bridge_getlink: Call nlmsg_find_attr() with ifinfomsg headerAsbjoern Sloth Toennesen2013-09-141-1/+1
* rtnetlink: Fix inverted check in ndo_dflt_fdb_del()Sridhar Samudrala2013-09-141-1/+1
* neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico2013-09-141-4/+6
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-09-141-1/+5
* vlan: mask vlan prio bitsEric Dumazet2013-07-281-2/+9
* neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-281-5/+7
* net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan2013-06-263-30/+40
* gre: fix a possible skb leakEric Dumazet2013-06-251-8/+12
* vlan: restore ethtool ABI to control VLAN hardware accelerationFernando Luis Vazquez Cao2013-06-171-3/+3
* sock_diag: fix filter code sent to userspaceNicolas Dichtel2013-06-102-3/+8
* net: fix sk_buff head without data areaPablo Neira2013-06-041-2/+2
* net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-05-311-1/+1
* net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-05-311-4/+7
* net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-05-311-1/+2
* net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-05-311-0/+1
* net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga2013-05-281-3/+3
* Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2013-05-201-50/+0
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-12/+0
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-0/+11
* netpoll: inverted down_trylock() testDan Carpenter2013-05-061-1/+1
* rps_dev_flow_table_release(): no need to delay vfree()Al Viro2013-05-061-11/+1
* net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2013-05-021-1/+1
* net: use netdev_features_t in skb_needs_linearize()Patrick McHardy2013-05-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-013-11/+10
|\
| * proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-4/+2
| * proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-3/+4
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0119-312/+635
|\ \
| * | netpoll: convert mutex into a semaphoreNeil Horman2013-05-011-7/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-8/+14
| |\ \