summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds2014-11-021-2/+0Star
* 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/+1Star
* 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-311-0/+34
* | net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet2014-10-312-2/+2
* | gre: Use inner mac length when computing tunnel lengthTom Herbert2014-10-311-1/+1
* | ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari2014-10-311-0/+1
* | inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov2014-10-291-1/+0Star
* | 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
| | * | mac80211: fix warning on htmldocs for last_tdls_pkt_timeLiad Kaufman2014-10-091-0/+1
* | | | net: dsa: Error out on tagging protocol mismatchesAndrew Lunn2014-10-281-1/+4
* | | | bpf: split eBPF out of NETAlexei Starovoitov2014-10-281-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-276-40/+27Star
|\ \ \ \ | | |_|/ | |/| |
| * | | netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero2014-10-271-1/+1
| * | | netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin2014-10-241-9/+8Star
| * | | netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal2014-10-241-3/+5
| * | | netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal2014-10-241-3/+3
| * | | bridge: Do not compile options in br_parse_ip_optionsHerbert Xu2014-10-241-19/+5Star
| * | | netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca2014-10-221-2/+2
| * | | netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-10-221-1/+1
| * | | netfilter: nf_conntrack: allow server to become a client in TW handlingMarcelo Leitner2014-10-221-2/+2
* | | | net: napi_reuse_skb() should check pfmemallocEric Dumazet2014-10-271-0/+4
* | | | tcp: md5: do not use alloc_percpu()Eric Dumazet2014-10-251-39/+20Star
* | | | net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2014-10-222-4/+4
* | | | xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing2014-10-221-3/+8
* | | | net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan2014-10-221-1/+2
|/ / /
* | | net: sched: initialize bstats syncpSabrina Dubroca2014-10-221-1/+1
* | | netlink: Re-add locking to netlink_lookup() and seq walkerThomas Graf2014-10-221-12/+25
* | | tipc: fix lockdep warning when intra-node messages are deliveredYing Xue2014-10-211-2/+2
* | | tipc: fix a potential deadlockYing Xue2014-10-213-20/+35
* | | net: core: handle encapsulation offloads when computing segment lengthsFlorian Westphal2014-10-201-3/+10
* | | net: make skb_gso_segment error handling more robustFlorian Westphal2014-10-204-2/+6
* | | net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-205-5/+5