summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_re...Fabian Frederick2014-07-031-2/+1Star
* inet: move ipv6only in sock_commonEric Dumazet2014-07-025-11/+8Star
* pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer2014-07-021-49/+52
* pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer2014-07-021-6/+3Star
* openvswitch: introduce rtnl ops stubJiri Pirko2014-07-013-1/+26
* rtnetlink: allow to register ops without ops->setup setJiri Pirko2014-07-012-3/+11
* net: fix some typos in commentYing Xue2014-07-012-4/+4
* ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-012-8/+23
* ipv6: Add more debugging around accept-ra logic.Ben Greear2014-07-011-8/+43
* tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila2014-06-301-1/+3
* tcp: add tcp_conn_requestOctavian Purdila2014-06-283-244/+152Star
* tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-282-2/+4
* tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-282-2/+5
* tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-283-27/+17Star
* tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-282-9/+14
* tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-282-3/+5
* tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila2014-06-281-11/+7Star
* tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2014-06-282-13/+49
* tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2014-06-282-2/+8
* tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2014-06-282-35/+49
* net: remove inet6_reqsk_allocOctavian Purdila2014-06-283-3/+3
* tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2014-06-282-3/+2Star
* tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2014-06-281-1/+2
* tipc: simplify connection congestion handlingJon Paul Maloy2014-06-275-54/+43Star
* tipc: clean up connection protocol reception functionJon Paul Maloy2014-06-275-63/+68
* tipc: same receive code path for connection protocol and data messagesJon Paul Maloy2014-06-276-55/+19Star
* tipc: let port protocol senders use new link send functionJon Paul Maloy2014-06-271-7/+23
* tipc: connection oriented transport uses new send functionsJon Paul Maloy2014-06-274-513/+70Star
* tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-273-149/+110Star
* tipc: introduce message evaluation functionJon Paul Maloy2014-06-274-38/+51
* tipc: separate building and sending of rejected messagesJon Paul Maloy2014-06-273-8/+64
* tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2014-06-272-0/+105
* tipc: make link mtu easily accessible from socketJon Paul Maloy2014-06-272-4/+38
* tipc: introduce send functions for chained buffers in linkJon Paul Maloy2014-06-274-13/+250
* tipc: use negative error return values in functionsJon Paul Maloy2014-06-271-23/+23
* tipc: eliminate case of writing to freed memoryJon Paul Maloy2014-06-271-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-2621-128/+220
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-2620-128/+219
| |\
| | * net: fix setting csum_start in skb_segment()Tom Herbert2014-06-261-1/+1
| | * ipv4: fix dst race in sk_dst_get()Eric Dumazet2014-06-262-14/+16
| | * net: filter: Use kcalloc/kmalloc_array to allocate arraysTobias Klauser2014-06-261-2/+2
| | * trivial: net: filter: Change kerneldoc parameter orderTobias Klauser2014-06-261-1/+1
| | * trivial: net: filter: Fix typo in commentTobias Klauser2014-06-261-1/+1
| | * 8021q: fix a potential memory leakLi RongQing2014-06-221-1/+4
| | * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-206-65/+85
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-186-65/+85
| | | |\
| | | | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-176-65/+85
| | | | |\
| | | | | * Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-06-131-5/+0Star
| | | | | * Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg2014-06-131-1/+6
| | | | | * Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto2014-06-131-1/+7