aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin8-305/+304
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-14/+46
2014-07-07net: Only do flow_dissector hash computation once per packetTom Herbert1-0/+2
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert6-5/+29
2014-07-07flow_dissector: Use IPv6 flow label in flow_dissectorTom Herbert1-0/+17
2014-07-07vxlan: Call udp_flow_src_portTom Herbert1-4/+1
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-24/+5
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert5-0/+10
2014-07-07flow_dissector: Abstract out hash computationTom Herbert1-16/+28
2014-07-076lowpan: mac802154: fix coding style issuesVarka Bhadram15-145/+153
2014-07-07netlink: Fix do_one_broadcast() prototype.Rami Rosen1-9/+6
2014-07-07tipc: fix link acknowledge logic in receive pathErik Hugne1-5/+5
2014-07-07tipc: refactor message delivery out of tipc_rcvErik Hugne1-44/+80
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell2-4/+0
2014-07-07batman-adv: Use kasprintfHimangi Saraogi1-16/+8
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen1-0/+2
2014-07-07ptp: Classify ptp over ip over vlan packetsStefan Sørensen1-6/+58
2014-07-07net: Simplify ptp class checksStefan Sørensen1-37/+20
2014-07-02net: sctp: only warn in proc_sctp_do_alpha_beta if writeDaniel Borkmann1-2/+3
2014-07-02net: sctp: improve timer slack calculation for transport HBsDaniel Borkmann1-8/+9
2014-07-02net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursiveFabian Frederick1-2/+1
2014-07-01inet: move ipv6only in sock_commonEric Dumazet5-11/+8
2014-07-01pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer1-49/+52
2014-07-01pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer1-6/+3
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko3-1/+26
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko2-3/+11
2014-07-01net: 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-29tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-27tcp: add tcp_conn_requestOctavian Purdila3-244/+152
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2-2/+4
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2-2/+5
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila3-27/+17
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2-9/+14
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2-3/+5
2014-06-27tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2-13/+49
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2-2/+8
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2-35/+49
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila3-3/+3
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2-3/+2
2014-06-27tcp: 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