aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich4-1/+36
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich1-10/+17
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall1-2/+1
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov1-1/+8
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister1-1/+1
2014-05-15ieee802154: fix dgram socket sendmsg()Phoebe Buckheister1-9/+19
2014-05-156lowpan: fix fragmentationPhoebe Buckheister1-94/+104
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister4-26/+21
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister1-1/+1
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister1-7/+45
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