summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti2-0/+11
2014-05-14net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti4-0/+9
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-7/+7
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng1-8/+1
2014-05-14tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng1-2/+8
2014-05-12net: rename local_df to ignore_dfWANG Cong2-4/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+29
2014-05-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-0/+12
2014-05-09ping: move ping_group_range out of CONFIG_SYSCTLCong Wang1-1/+6
2014-05-09ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang1-1/+1
2014-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+12
2014-05-08net: clean up snmp stats codeWANG Cong2-32/+18
2014-05-07tunnel: fix RFC number in comment for INET_ECN_decapsulate()Neal Cardwell1-1/+1
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-0/+12
2014-05-05net: Call skb_checksum_init in IPv6Tom Herbert1-0/+7
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert1-0/+6
2014-05-05net: Allow csum_add to be provided in archTom Herbert1-0/+2
2014-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-17/+120
2014-05-05vsock: Make transport the proto ownerAndy King1-1/+5
2014-05-05cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller1-0/+12
2014-05-04tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-5/+3
2014-05-03tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-1/+21
2014-05-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-17/+120
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2-5/+19
2014-04-30net: dsa: add ds_to_privFlorian Fainelli1-0/+5
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville3-14/+109
2014-04-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-3/+11
2014-04-28cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen1-0/+8
2014-04-28sched, cls: check if we could overwrite actions when changing a filterCong Wang2-2/+2
2014-04-25cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy1-0/+6
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski1-6/+10
2014-04-25cfg80211: allow drivers to iterate over matching combinationsMichal Kazior1-0/+27
2014-04-25vxlan: add x-netns supportNicolas Dichtel1-1/+1
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-04-246lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabledLuis R. Rodriguez1-7/+0
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-1/+0
2014-04-216lowpan: include net/net_namespace.h on 6lowpan namepsace headerLuis R. Rodriguez1-0/+1
2014-04-216lowpan: add helper to get 6lowpan namespaceLuis R. Rodriguez1-0/+15
2014-04-19net: sctp: cache auth_enable per endpointVlad Yasevich1-1/+3
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2-9/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet5-11/+24
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet3-3/+3
2014-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+10
2014-04-15Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann1-1/+13
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-0/+5
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy1-0/+10
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2014-04-12Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2-5/+4
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-2/+2
2014-04-09mac80211: Update conf_is_ht() to work properly with 5/10MHz channelsRostislav Lisovy1-1/+3