aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-0/+19
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert2-0/+21
2014-07-07vxlan: Call udp_flow_src_portTom Herbert1-2/+0
2014-07-07udp: Add function to make source port for UDP tunnelsTom Herbert1-0/+29
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert3-0/+40
2014-07-07flow_dissector: Abstract out hash computationTom Herbert1-0/+1
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-1/+1
2014-07-02net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-21/+0
2014-07-01inet: move ipv6only in sock_commonEric Dumazet2-2/+5
2014-06-27tcp: add tcp_conn_requestOctavian Purdila1-0/+3
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+2
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-14/+20
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila1-2/+4
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-2/+3
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+5
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-06-23flow_keys: Record IP layer protocol in skb_flow_dissect()Govindarajulu Varadarajan2-1/+15
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-1/+2
2014-06-16netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso1-3/+3
2014-06-15udp: call __skb_checksum_complete when doing full checksumTom Herbert1-1/+3
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds45-265/+1028
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal1-1/+1
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann1-3/+3
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila1-1/+1
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2-4/+4
2014-06-04vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert1-1/+11
2014-06-04gre: Call gso_make_checksumTom Herbert1-2/+3
2014-06-04udp: Generic functions to set checksumTom Herbert2-0/+21
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-2/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+1
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller5-3/+96
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet4-41/+26
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville5-3/+96
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+2
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville4-3/+50
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+46
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville5-66/+211
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho1-0/+46
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2-11/+4
2014-05-23net: Eliminate no_check from protoswTom Herbert1-1/+0
2014-05-23Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg1-0/+3