summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: Add support for VRFs to inetpeer cacheDavid Ahern2015-08-283-4/+9
* | | | | net: Add helper function to compare inetpeer addressesDavid Ahern2015-08-282-23/+3
* | | | | net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-281-38/+27
* | | | | net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-6/+6
* | | | | IGMP: Inhibit reports for local multicast groupsPhilip Downey2015-08-282-1/+32
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-278-26/+49
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-08-276-25/+46
| |\ \ \ \
| | * | | | sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-08-271-1/+1
| | * | | | sctp: asconf's process should verify address parameter is in the beginninglucien2015-08-271-0/+7
| | * | | | cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong2015-08-251-0/+13
| | * | | | ip6_gre: release cached dst on tunnel removalhuaibin Wang2015-08-251-0/+1
| | * | | | net: Fix RCU splat in af_keyDavid Ahern2015-08-241-23/+23
| | * | | | netlink: mmap: fix tx type checkKen-ichirou MATSUZAWA2015-08-231-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-08-221-0/+2
| |\ \ \ \ \
| | * | | | | 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-221-0/+2
| * | | | | | mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
| | |/ / / / | |/| | | |
* | | | | | net: sched: simplify attach_one_default_qdisc()Phil Sutter2015-08-271-29/+12
* | | | | | net: sched: register noqueue qdiscPhil Sutter2015-08-272-1/+12
* | | | | | net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter2015-08-271-2/+1
* | | | | | net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter2015-08-271-1/+1
* | | | | | sock: fix kernel doc errorJean Sacren2015-08-271-1/+1
* | | | | | bridge: fdb: rearrange net_bridge_fdb_entryNikolay Aleksandrov2015-08-271-2/+2
* | | | | | openvswitch: Include ip6_fib.h.Joe Stringer2015-08-271-0/+1
* | | | | | net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko2015-08-271-1/+1
* | | | | | net: introduce change upper device notifier change infoJiri Pirko2015-08-271-2/+14
* | | | | | geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-273-462/+0
* | | | | | openvswitch: Use Geneve device.Pravin B Shelar2015-08-272-148/+33
* | | | | | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-272-17/+29
* | | | | | bridge: Add netlink support for vlan_protocol attributeToshiaki Makita2015-08-273-14/+56
* | | | | | net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-2715-44/+39
* | | | | | openvswitch: Allow attaching helpers to ct actionJoe Stringer2015-08-271-2/+107
* | | | | | openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-279-34/+189
* | | | | | netfilter: connlabels: Export setting connlabel lengthJoe Stringer2015-08-272-12/+36
* | | | | | netfilter: Always export nf_connlabels_replace()Joe Stringer2015-08-271-2/+0
* | | | | | openvswitch: Allow matching on conntrack markJoe Stringer2015-08-275-4/+78
* | | | | | openvswitch: Add conntrack actionJoe Stringer2015-08-2712-37/+837
* | | | | | ipv6: Export nf_ct_frag6_gather()Joe Stringer2015-08-271-0/+1
* | | | | | openvswitch: Move MASKED* macros to datapath.hJoe Stringer2015-08-272-27/+29
* | | | | | openvswitch: Serialize acts with original netlink lenJoe Stringer2015-08-273-1/+4
| |_|/ / / |/| | | |
* | | | | bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov2015-08-261-0/+1
* | | | | net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov2015-08-261-17/+19
* | | | | net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-261-4/+14
* | | | | net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-261-4/+25
* | | | | net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov2015-08-261-1/+1
* | | | | net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2015-08-261-2/+1
* | | | | RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-251-2/+0
* | | | | RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-251-1/+1
* | | | | RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-253-4/+34
* | | | | RDS: fix fmr pool dirty_countWengang Wang2015-08-251-6/+9
* | | | | RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-251-2/+3