summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-06-27tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy
2014-06-27tipc: let port protocol senders use new link send functionJon Paul Maloy
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy
2014-06-27tipc: eliminate case of writing to freed memoryJon Paul Maloy
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-06-26net: fix setting csum_start in skb_segment()Tom Herbert
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-25net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser
2014-06-25trivial: net: filter: Change kerneldoc parameter orderTobias Klauser
2014-06-25trivial: net: filter: Fix typo in commentTobias Klauser
2014-06-25inet: reduce TLB pressure for listenersEric Dumazet
2014-06-25net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson
2014-06-23trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes
2014-06-23flow_keys: Record IP layer protocol in skb_flow_dissect()Govindarajulu Varadarajan
2014-06-21net: em_canid: remove useless statements from em_canid_changeDuan Jiong
2014-06-21bridge: use list_for_each_entry_continue_reverseLi RongQing
2014-06-218021q: fix a potential memory leakLi RongQing
2014-06-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-06-20net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann
2014-06-20tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-06-20Revert "net: return actual error on register_queue_kobjects"David S. Miller
2014-06-19net: filter: fix upper BPF instruction limitKees Cook
2014-06-19net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann
2014-06-18net: return actual error on register_queue_kobjectsJie Liu
2014-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila
2014-06-17net: delete duplicate dev_set_rx_mode() callPeter Pan(潘卫平)
2014-06-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-06-17tcp: remove unnecessary tcp_sk assignment.Dave Jones
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-06-16netfilter: ctnetlink: add zone size to lengthKen-ichirou MATSUZAWA