summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet
2014-09-28ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert
2014-09-28ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert
2014-09-28ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert
2014-09-26ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel
2014-09-26net : optimize skb_release_data()Eric Dumazet
2014-09-26net/openvswitch: remove dup comment in vport.hWang Sheng-Hui
2014-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-09-26net: optimise inet_proto_csum_replace4()LEROY Christophe
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-26net: Change netdev_<level> logging functions to return voidJoe Perches
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-09-26netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso
2014-09-26net/netfilter/x_tables.c: use __seq_open_private()Rob Jones
2014-09-26ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert
2014-09-26net: sched: use pinned timersEric Dumazet
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-24Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet
2014-09-23icmp: add a global rate limitationEric Dumazet
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet
2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet
2014-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann
2014-09-22net: rfkill: gpio: Fix clock statusLoic Poulain
2014-09-22net: sched: cls_u32 changes to knode must appear atomic to readersJohn Fastabend
2014-09-22net: cls_u32: fix missed pcpu_success free_percpuJohn Fastabend
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert
2014-09-22net: keep original skb which only needs header checking during software GSOJason Wang
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli