aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern2-23/+3
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern1-38/+27
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern1-6/+6
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey2-1/+32
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-26/+49
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-25/+46
2015-08-27net: sched: simplify attach_one_default_qdisc()Phil Sutter1-29/+12
2015-08-27net: sched: register noqueue qdiscPhil Sutter2-1/+12
2015-08-27net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter1-2/+1
2015-08-27net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter1-1/+1
2015-08-27sock: fix kernel doc errorJean Sacren1-1/+1
2015-08-27sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2015-08-27bridge: fdb: rearrange net_bridge_fdb_entryNikolay Aleksandrov1-2/+2
2015-08-27openvswitch: Include ip6_fib.h.Joe Stringer1-0/+1
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko1-1/+1
2015-08-27net: introduce change upper device notifier change infoJiri Pirko1-2/+14
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar3-462/+0
2015-08-27openvswitch: Use Geneve device.Pravin B Shelar2-148/+33
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2-17/+29
2015-08-27bridge: Add netlink support for vlan_protocol attributeToshiaki Makita3-14/+56
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann15-44/+39
2015-08-27sctp: asconf's process should verify address parameter is in the beginninglucien1-0/+7
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer1-2/+107
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer9-34/+189
2015-08-27netfilter: connlabels: Export setting connlabel lengthJoe Stringer2-12/+36
2015-08-27netfilter: Always export nf_connlabels_replace()Joe Stringer1-2/+0
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer5-4/+78
2015-08-27openvswitch: Add conntrack actionJoe Stringer12-37/+837
2015-08-27ipv6: Export nf_ct_frag6_gather()Joe Stringer1-0/+1
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer2-27/+29
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer3-1/+4
2015-08-26bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov1-0/+1
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov1-17/+19
2015-08-26net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov1-4/+14
2015-08-26net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov1-4/+25
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov1-1/+1
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov1-2/+1
2015-08-25cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong1-0/+13
2015-08-25RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com1-2/+0
2015-08-25RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com1-1/+1
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com3-4/+34
2015-08-25RDS: fix fmr pool dirty_countWengang Wang1-6/+9
2015-08-25RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com1-2/+3
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com1-2/+3
2015-08-25Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller37-679/+733
2015-08-25rds: Fix improper gfp_t usage.David S. Miller1-1/+1
2015-08-25ip6_gre: release cached dst on tunnel removalhuaibin Wang1-0/+1
2015-08-25route: fix a use-after-freeWANG Cong1-1/+2
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida1-2/+2
2015-08-25ah4: Fix error return in ah_input().David S. Miller1-1/+3