summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-10-06net: fix rcu access on phonet_routesFabian Frederick
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend
2014-10-06net: introduce netdevice gso_min_segs attributeEric Dumazet
2014-10-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-10-06net: skb_segment() provides list head and tailEric Dumazet
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli
2014-10-04net: Cleanup skb cloning by adding SKB_FCLONE_FREEVijay Subramanian
2014-10-03ip_tunnel: Add GUE supportTom Herbert
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert
2014-10-03net: do not export skb_gro_receive()Eric Dumazet
2014-10-03qdisc: validate skb without holding lockEric Dumazet
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso
2014-10-02netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso
2014-10-02netfilter: nft_compat: remove incomplete 32/64 bits arch compat codePablo Neira Ayuso
2014-10-02netfilter: nf_tables: wait for call_rcu completion on module removalPablo Neira Ayuso
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso
2014-10-02Bluetooth: 6lowpan: Check transmit errors for multicast packetsJukka Rissanen
2014-10-02Bluetooth: 6lowpan: Return EAGAIN error also for multicast packetsJukka Rissanen
2014-10-02Bluetooth: 6lowpan: Avoid memory leak if memory allocation failsJukka Rissanen
2014-10-02Bluetooth: 6lowpan: Memory leak as the skb is not freedJukka Rissanen
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg
2014-10-01net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong
2014-10-01net_sched: fix another crash in cls_tcindexWANG Cong