summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-0540-55/+50
* gue: Receive side of remote checksum offloadTom Herbert2014-11-051-9/+161
* gue: TX support for using remote checksum offload optionTom Herbert2014-11-051-3/+32
* udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-056-4/+22
* gue: Add infrastructure for flags and optionsTom Herbert2014-11-051-48/+94
* udp: Offload outer UDP tunnel csum if availableTom Herbert2014-11-051-16/+36
* net: Move fou_build_header into fou.c and refactorTom Herbert2014-11-053-49/+94
* udp: remove blank line between set and testFabian Frederick2014-11-041-1/+0
* ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-041-2/+2
* esp4: remove assignment in if conditionFabian Frederick2014-11-041-1/+3
* net: allow setting ecn via routing tableFlorian Westphal2014-11-044-16/+30
* syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-042-13/+23
* syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal2014-11-041-15/+35
* igmp: remove camel case definitionsFabian Frederick2014-11-041-14/+14
* udp: remove else after returnFabian Frederick2014-11-041-6/+6
* inet: frags: remove inline on static in c fileFabian Frederick2014-11-041-8/+8
* ipv4: remove 0/NULL assignment on staticFabian Frederick2014-11-041-8/+8
* ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick2014-11-041-3/+3
* tcp: spelling s/plugable/pluggableFabian Frederick2014-11-041-1/+1
* cipso: remove NULL assignment on staticFabian Frederick2014-11-041-1/+3
* ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick2014-11-041-1/+1
* cipso: kerneldoc warning fixFabian Frederick2014-11-041-1/+1
* net: add rbnode to struct sk_buffEric Dumazet2014-11-031-20/+7
* net: less interrupt masking in NAPIEric Dumazet2014-11-031-25/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-0133-212/+594
|\
| * net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck2014-10-311-2/+4
| * mpls: Allow mpls_gso to be built as modulePravin B Shelar2014-10-311-1/+1
| * mpls: Fix mpls_gso handler.Pravin B Shelar2014-10-311-2/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-316-107/+463
| |\
| | * netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso2014-10-311-1/+32
| | * netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2014-10-312-10/+254
| | * netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-66/+109
| | * netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso2014-10-311-26/+62
| | * netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso2014-10-311-2/+4
| | * ipvs: Avoid null-pointer deref in debug codeAlex Gartrell2014-10-281-2/+2
| * | drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-10-301-0/+34
| * | net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-302-2/+2
| * | gre: Use inner mac length when computing tunnel lengthTom Herbert2014-10-301-1/+1
| * | ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari2014-10-301-0/+1
| * | inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov2014-10-291-1/+0
| * | inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov2014-10-291-1/+2
| * | ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel2014-10-291-0/+1
| * | sch_pie: schedule the timer after all init succeedWANG Cong2014-10-291-1/+1
| * | Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-286-13/+27
| |\ \
| | * \ Merge tag 'mac80211-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-10-276-13/+27
| | |\ \
| | | * | mac80211: minstrels: fix buffer overflow in HT debugfs rc_statsKarl Beldan2014-10-202-10/+15
| | | * | mac80211: fix typo in starting baserate for rts_cts_rate_idxKarl Beldan2014-10-141-1/+1
| | | * | nl80211: sanity check the channel switch counter valueLuciano Coelho2014-10-091-1/+9
| | | * | net: rfkill: kernel-doc warning fixesFabian Frederick2014-10-091-2/+2
| | | * | mac80211: return the vif's chandef in ieee80211_cfg_get_channel()Luciano Coelho2014-10-091-1/+1