summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: af_unix: implement stream sendpage supportHannes Frederic Sowa2015-05-251-1/+98
* net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-252-11/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-2332-74/+207
|\
| * bridge: fix lockdep splatEric Dumazet2015-05-221-0/+2
| * net: core: 'ethtool' issue with querying phy settingsArun Parameswaran2015-05-221-1/+9
| * bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-05-221-1/+1
| * ipv4: fill in table id when replacing a routeMichal Kubeček2015-05-221-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-227-36/+50
| |\
| | * Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal2015-05-201-18/+9
| | * netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-204-0/+22
| | * netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri2015-05-202-18/+19
| * | ipv4: Avoid crashing in ip_errorEric W. Biederman2015-05-221-0/+4
| * | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-223-4/+15
| * | net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann2015-05-211-0/+5
| * | ipv6: fix ECMP route replacementMichal Kubeček2015-05-202-6/+44
| * | ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
| * | Merge tag 'mac80211-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-191-2/+4
| |\ \
| | * | mac80211: move WEP tailroom size checkJanusz Dziedzic2015-05-111-2/+4
| * | | tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
| * | | tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
| * | | net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-191-1/+3
| | |/ | |/|
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-181-2/+4
| |\ \
| | * | Bluetooth: Fix remote name event return directly.Wesley Kuo2015-05-141-2/+4
| * | | tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-172-2/+2
| * | | rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel2015-05-171-0/+3
| * | | netlink: Reset portid after netlink_insert failureHerbert Xu2015-05-161-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-164-5/+39
| |\ \ \
| | * | | netfilter: nf_tables: fix bogus warning in nft_data_uninit()Mirek Kratochvil2015-05-151-2/+2
| | * | | conntrack: RFC5961 challenge ACK confuse conntrack LAST-ACK transitionJesper Dangaard Brouer2015-05-151-3/+32
| | * | | netfilter: avoid build error if TPROXY/SOCKET=y && NF_DEFRAG_IPV6=mFlorian Westphal2015-05-151-0/+2
| | * | | ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-05-081-0/+3
| * | | | rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu2015-05-142-4/+4
| * | | | ipv6: Fix udp checksums with raw socketsVlad Yasevich2015-05-141-1/+3
| * | | | netlink: move nl_table in read_mostly sectionEric Dumazet2015-05-141-1/+1
| * | | | vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich2015-05-141-1/+1
| | |/ / | |/| |
* | | | pktgen: make /proc/net/pktgen/pgctrl report fail on invalid inputJesper Dangaard Brouer2015-05-221-2/+2
* | | | pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-05-221-1/+1
* | | | flow_dissector: do not break if ports are not needed in flowlabelJiri Pirko2015-05-221-7/+7
* | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-215-0/+6
* | | | ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-211-1/+10
* | | | tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet2015-05-211-0/+14
* | | | inet_hashinfo: remove bsocket counterEric Dumazet2015-05-212-12/+0
* | | | tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron2015-05-211-0/+6
* | | | bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+2
* | | | net: dev: reduce both ingress hook ifdefsDaniel Borkmann2015-05-211-18/+4
* | | | tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-212-13/+16
* | | | neigh: Better handling of transition to NUD_PROBE stateErik Kline2015-05-211-0/+3
* | | | tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-193-1/+24
* | | | Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/sc...David S. Miller2015-05-195-27/+22
|\ \ \ \
| * | | | mac80211: fix throughput LED triggerJohannes Berg2015-05-112-7/+6
OpenPOWER on IntegriCloud