summaryrefslogtreecommitdiff
path: root/include/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | inet: move ipv6only in sock_commonEric Dumazet2014-07-01
| * | | | | | | | tcp: add tcp_conn_requestOctavian Purdila2014-06-27
| * | | | | | | | tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-27
| * | | | | | | | tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2014-06-27
| * | | | | | | | net: remove inet6_reqsk_allocOctavian Purdila2014-06-27
| * | | | | | | | tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2014-06-27
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-25
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | flow_keys: Record IP layer protocol in skb_flow_dissect()Govindarajulu Varadarajan2014-06-23
| * | | | | | | | tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila2014-06-17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-06
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-08-02
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore2014-08-01
| | * | | | | netlabel: fix the horribly broken catmap functionsPaul Moore2014-08-01
| | * | | | | netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore2014-08-01
* | | | | | | ip: make IP identifiers less predictableEric Dumazet2014-07-28
| |_|_|_|/ / |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-07-16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | netfilter: nf_tables: 64bit stats need some extra synchronizationEric Dumazet2014-07-14
| * | | | | netfilter: nf_tables: set NLM_F_DUMP_INTR if netlink dumping is stalePablo Neira Ayuso2014-07-14
| |/ / / /
* | | | | neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause2014-07-14
* | | | | ieee802154: reassembly: fix possible buffer overflowAlexander Aring2014-07-02
* | | | | net: fix sparse warning in sk_dst_set()Eric Dumazet2014-07-02
* | | | | ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-06-30
|/ / / /
* | | | ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-25
* | | | netfilter: nf_tables: use u32 for chain use counterPablo Neira Ayuso2014-06-16
| |/ / |/| |
* | | udp: call __skb_checksum_complete when doing full checksumTom Herbert2014-06-15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\ \ \
| * | | net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-11
| * | | net: sctp: migrate most recently used transport to ktimeDaniel Borkmann2014-06-11
| * | | tcp: add gfp parameter to tcp_fragmentOctavian Purdila2014-06-10
| * | | vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-04
| * | | gre: Call gso_make_checksumTom Herbert2014-06-04
| * | | udp: Generic functions to set checksumTom Herbert2014-06-04
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-03
| |\| |
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-02
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-02
| | |\ \ \
| | | * \ \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-29
| | | |\ \ \
| | | | * | | Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg2014-05-23
| | | | * | | Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek2014-05-15
| | | | * | | Bluetooth: Add support to get connection informationAndrzej Kaczmarek2014-05-15
| | | | * | | Bluetooth: Add conn info lifetime parameters to debugfsAndrzej Kaczmarek2014-05-15
| | | | * | | Bluetooth: Store TX power level for connectionAndrzej Kaczmarek2014-05-09
| | | | * | | Bluetooth: Store RSSI for connectionAndrzej Kaczmarek2014-05-08
| | | | * | | Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek2014-05-05
| | | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-29
| | | |\ \ \ \