summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-05geneve: Unregister pernet subsys on module unload.Jesse Gross1-0/+1
2014-11-05geneve: Set GSO type on transmit.Jesse Gross1-0/+2
2014-11-05udp: remove blank line between set and testFabian Frederick1-1/+0
2014-11-05ipv6: trivial, add bracket for the if blockFlorent Fourcot1-2/+2
2014-11-05esp4: remove assignment in if conditionFabian Frederick1-1/+3
2014-11-05Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville44-305/+2048
2014-11-05net: allow setting ecn via routing tableFlorian Westphal4-16/+30
2014-11-05syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2-13/+23
2014-11-05syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal1-15/+35
2014-11-04igmp: remove camel case definitionsFabian Frederick1-14/+14
2014-11-04udp: remove else after returnFabian Frederick1-6/+6
2014-11-04inet: frags: remove inline on static in c fileFabian Frederick1-8/+8
2014-11-04ipv4: remove 0/NULL assignment on staticFabian Frederick1-8/+8
2014-11-04ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick1-3/+3
2014-11-04tcp: spelling s/plugable/pluggableFabian Frederick1-1/+1
2014-11-04cipso: remove NULL assignment on staticFabian Frederick1-1/+3
2014-11-04ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick1-1/+1
2014-11-04cipso: kerneldoc warning fixFabian Frederick1-1/+1
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller3-8/+30
2014-11-04mac80211: increase U-APSD max service period lengthAndrei Otcheretianski1-1/+1
2014-11-04mac80211: handle RIC data element in reassociation requestJohannes Berg3-7/+50
2014-11-04mac80211: 802.11p OCB mode supportRostislav Lisovy13-9/+415
2014-11-04cfg80211: 802.11p OCB mode handlingRostislav Lisovy13-2/+208
2014-11-04mac80211: add support for driver tx power reportingFelix Fietkau3-0/+44
2014-11-04net: add rbnode to struct sk_buffEric Dumazet1-20/+7
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert1-2/+3
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert1-10/+1
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-11-03net: less interrupt masking in NAPIEric Dumazet1-25/+43
2014-11-03netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck1-0/+1
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller33-212/+594
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar1-1/+1
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar1-2/+1
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-107/+463
2014-10-31cfg80211: avoid using default in interface type switchJohannes Berg2-2/+18
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso1-1/+32
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2-10/+254
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-66/+109
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-26/+62
2014-10-31netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso1-2/+4
2014-10-31mac80211: fix spelling errorsStephen Hemminger4-4/+4
2014-10-31drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+34
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2-2/+2
2014-10-31tcp: Correction to RFC number in commentSowmini Varadhan1-1/+1
2014-10-31gre: Use inner mac length when computing tunnel lengthTom Herbert1-1/+1
2014-10-31sctp: replace seq_printf with seq_putsMichele Baldessari1-2/+2
2014-10-31sctp: add transport state in /proc/net/sctp/remaddrMichele Baldessari1-2/+8
2014-10-31ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari1-0/+1