aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2-3/+3
2014-05-14dccp: make the request_retries minimum is 1wangweidong1-1/+2
2014-05-14snmp: fix some left over of snmp statsWANG Cong2-5/+5
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong6-32/+21
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy6-59/+46
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy1-108/+111
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy6-76/+83
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy8-91/+74
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy1-0/+2
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy1-3/+4
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy2-9/+21
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy3-9/+11
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti7-5/+19
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2-1/+8
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti6-3/+32
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee2-26/+71
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng2-26/+31
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng4-98/+78
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng3-51/+32
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng2-183/+192
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe4-4/+4
2014-05-13net: ptp: mark filter as __initdataMathias Krause1-1/+1
2014-05-13net: filter: Fix redefinition warnings on x86-64.David S. Miller1-34/+37
2014-05-12sch_hhf: fix comparison of qlen and limitYang Yingliang1-1/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2-4/+4
2014-05-12net: rename local_df to ignore_dfWANG Cong14-36/+36
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-227/+426
2014-05-12ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong1-7/+5
2014-05-12net: filter: make BPF conversion more readableAlexei Starovoitov1-92/+50
2014-05-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller6-9/+18
2014-05-09sctp: add a checking for sctp_sysctl_net_registerwangweidong1-0/+4
2014-05-09Revert "sctp: optimize the sctp_sysctl_net_register"wangweidong1-10/+7
2014-05-09rds: remove the unneed NULL checkingwangweidong2-4/+2
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-12/+19
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue2-3/+5
2014-05-09tipc: rename enum names of node flagsYing Xue3-27/+25
2014-05-08l2tp: Remove UDP checksum verificationTom Herbert1-56/+1
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert2-0/+8
2014-05-08icmp6: Call skb_checksum_validateTom Herbert1-16/+5
2014-05-08icmp: Call skb_checksum_simple_validateTom Herbert1-10/+2
2014-05-08igmp: Call skb_checksum_simple_validateTom Herbert1-10/+2
2014-05-08gre6: Call skb_checksum_simple_validateTom Herbert1-11/+1
2014-05-08gre: Call skb_checksum_simple_validateTom Herbert1-23/+1
2014-05-08ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong1-5/+2
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang3-13/+14
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang4-24/+45
2014-05-09netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville6-9/+18
2014-05-07ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-07net: clean up snmp stats codeWANG Cong10-130/+85