summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-08net: Simplify ptp class checksStefan Sørensen1-37/+20
2014-07-03net: sctp: only warn in proc_sctp_do_alpha_beta if writeDaniel Borkmann1-2/+3
2014-07-03net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-8/+9
2014-07-03net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_re...Fabian Frederick1-2/+1
2014-07-02inet: move ipv6only in sock_commonEric Dumazet5-11/+8
2014-07-02pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer1-49/+52
2014-07-02pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer1-6/+3
2014-07-02openvswitch: introduce rtnl ops stubJiri Pirko3-1/+26
2014-07-02rtnetlink: allow to register ops without ops->setup setJiri Pirko2-3/+11
2014-07-02net: fix some typos in commentYing Xue2-4/+4
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear2-8/+23
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear1-8/+43
2014-06-30tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-28tcp: add tcp_conn_requestOctavian Purdila3-244/+152
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2-2/+4
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2-2/+5
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila3-27/+17
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2-9/+14
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2-3/+5
2014-06-28tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2-13/+49
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2-2/+8
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2-35/+49
2014-06-28net: remove inet6_reqsk_allocOctavian Purdila3-3/+3
2014-06-28tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2-3/+2
2014-06-28tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-1/+2
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy5-54/+43
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy5-63/+68
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy6-55/+19
2014-06-27tipc: let port protocol senders use new link send functionJon Paul Maloy1-7/+23
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy4-513/+70
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy3-149/+110
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy4-38/+51
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy3-8/+64
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2-0/+105
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy2-4/+38
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy4-13/+250
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy1-23/+23
2014-06-27tipc: eliminate case of writing to freed memoryJon Paul Maloy1-2/+4
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-128/+220
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-128/+219
2014-06-26net: fix setting csum_start in skb_segment()Tom Herbert1-1/+1
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet2-14/+16
2014-06-26net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser1-2/+2
2014-06-26trivial: net: filter: Change kerneldoc parameter orderTobias Klauser1-1/+1
2014-06-26trivial: net: filter: Fix typo in commentTobias Klauser1-1/+1
2014-06-26inet: reduce TLB pressure for listenersEric Dumazet1-31/+12
2014-06-26net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick1-2/+1
2014-06-25NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson1-0/+1
2014-06-24trivial: net/irda/irlmp.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2