summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-03net/rds: fix possible double free on sock tear downHerton R. Krzesinski
2014-10-03net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski
2014-10-03net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski
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-02net: pktgen: packet bursting via skb->xmit_moreAlexei Starovoitov
2014-10-02net: bridge: add a br_set_state helper functionFlorian Fainelli
2014-10-02net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong
2014-10-02net_sched: fix another crash in cls_tcindexWANG Cong
2014-10-02gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert
2014-10-02ipip: Set inner IP protocol in ipipTom Herbert
2014-10-02sit: Set inner IP protocol in sitTom Herbert
2014-10-02udp: Generalize skb_udp_segmentTom Herbert
2014-10-02net: avoid one atomic operation in skb_clone()Eric Dumazet
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng
2014-10-01cipso: add __init to cipso_v4_cache_initFabian Frederick
2014-10-01inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick
2014-10-01tcp: add __init to tcp_init_memFabian Frederick
2014-10-01net: dsa: Fix build warning for !PM_SLEEPThierry Reding
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet
2014-10-01ieee802154: fix __init functionsFabian Frederick
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing
2014-09-30ieee802154: add __init to lowpan_frags_sysctl_registerFabian Frederick
2014-09-30irda: add __init to irlan_openFabian Frederick
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal