aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-07net: clean up snmp stats codeWANG Cong10-130/+85
2014-05-05ipv6: Need to sock_put on csum errorTom Herbert1-0/+1
2014-05-05tipc: purge signal handler infrastructureYing Xue4-147/+2
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue4-14/+32
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue5-15/+32
2014-05-05tipc: define new functions to operate bc_lockYing Xue1-43/+53
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue4-54/+52
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue2-23/+7
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue4-16/+33
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue3-19/+31
2014-05-05tipc: adjust order of variables in tipc_node structureYing Xue1-29/+34
2014-05-05tipc: always use tipc_node_lock() to hold node lockYing Xue2-9/+9
2014-05-05ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong1-12/+0
2014-05-05net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2-13/+38
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert2-30/+2
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert2-40/+4
2014-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller46-946/+2151
2014-05-05unregister_netdevice : move RTM_DELLINK to until after ndo_uninitRoopa Prabhu1-4/+4
2014-05-04net: filter: misc/various cleanupsDaniel Borkmann1-8/+7
2014-05-04net: filter: make register naming more comprehensibleDaniel Borkmann1-106/+109
2014-05-04net: filter: simplify label names from jump-tableDaniel Borkmann1-154/+154
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet14-43/+33
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet2-27/+14
2014-05-02net: Allow tc changes in user namespacesStéphane Graber2-4/+7
2014-05-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville46-946/+2151
2014-04-30tipc: fix memory leak of publicationsYing Xue1-1/+1
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti6-43/+9
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville40-841/+1861
2014-04-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville6-105/+290
2014-04-28tipc: move the delivery of named messages out of nametbl lockYing Xue3-13/+22
2014-04-28tipc: fix out of bounds indexingErik Hugne1-1/+1
2014-04-28ipv4: Use predefined value for readabilityHisao Tanabe1-3/+3
2014-04-28ethtool: exit the loop when invalid index occursJean Sacren1-1/+3
2014-04-28mac80211: Support dynamic AP mode channel width changesJouni Malinen1-0/+16
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen3-12/+59