aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-08-27net: sched: simplify attach_one_default_qdisc()Phil Sutter
2015-08-27net: sched: register noqueue qdiscPhil Sutter
2015-08-27net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter
2015-08-27net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter
2015-08-27sock: fix kernel doc errorJean Sacren
2015-08-27sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2015-08-27bridge: fdb: rearrange net_bridge_fdb_entryNikolay Aleksandrov
2015-08-27openvswitch: Include ip6_fib.h.Joe Stringer
2015-08-27net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko
2015-08-27net: introduce change upper device notifier change infoJiri Pirko
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar
2015-08-27openvswitch: Use Geneve device.Pravin B Shelar
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar
2015-08-27bridge: Add netlink support for vlan_protocol attributeToshiaki Makita
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-08-27sctp: asconf's process should verify address parameter is in the beginninglucien
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer
2015-08-27netfilter: connlabels: Export setting connlabel lengthJoe Stringer
2015-08-27netfilter: Always export nf_connlabels_replace()Joe Stringer
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer
2015-08-27openvswitch: Add conntrack actionJoe Stringer
2015-08-27ipv6: Export nf_ct_frag6_gather()Joe Stringer
2015-08-27openvswitch: Move MASKED* macros to datapath.hJoe Stringer
2015-08-27openvswitch: Serialize acts with original netlink lenJoe Stringer
2015-08-26bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov
2015-08-26net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov
2015-08-26net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov
2015-08-26net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov
2015-08-25cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong
2015-08-25RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com
2015-08-25RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com
2015-08-25RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com
2015-08-25RDS: fix fmr pool dirty_countWengang Wang
2015-08-25RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com
2015-08-25RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com
2015-08-25Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2015-08-25rds: Fix improper gfp_t usage.David S. Miller
2015-08-25ip6_gre: release cached dst on tunnel removalhuaibin Wang
2015-08-25route: fix a use-after-freeWANG Cong
2015-08-25net-next: Fix warning while make xmldocs caused by skbuff.cMasanari Iida
2015-08-25ah4: Fix error return in ah_input().David S. Miller
2015-08-25ah6: fix error return codeJulia Lawall
2015-08-25RDS: check for valid cm_id before initiating connectionsantosh.shilimkar@oracle.com
2015-08-25RDS: return EMSGSIZE for oversize requests before processing/queueingMukesh Kacker
2015-08-25RDS: make sure rds_send_drop_to properly takes the m_rs_locksantosh.shilimkar@oracle.com