summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-211-1/+2
| * net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli2017-07-211-0/+1
| * Merge branch 'BPF-map-value-adjust-fix'David S. Miller2017-07-216-23/+574
| |\
| | * bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-211-0/+418
| | * bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-211-0/+52
| | * bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-211-4/+4
| | * bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-214-5/+5
| | * bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-07-212-14/+95
| |/
| * ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-201-2/+6
| * net: tehuti: don't process data if it has not been copied from userspaceColin Ian King2017-07-201-0/+2
| * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-0/+1
| * net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll2017-07-201-0/+1
| * dt-binding: ptp: Add SoC compatibility strings for dte ptp clockArun Parameswaran2017-07-201-4/+11
| * NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev2017-07-191-1/+8
| * net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
| * wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
| * netfilter: fix netfilter_net_init() returnDan Carpenter2017-07-181-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-186-166/+14
| |\
| | * netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-07-171-1/+1
| | * netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1
| | * netfilter: nat: fix src map lookupFlorian Westphal2017-07-171-8/+9
| | * netfilter: remove old pre-netns era hook apiFlorian Westphal2017-07-172-152/+0
| | * netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk2017-07-171-3/+3
| * | udp: preserve skb->dst if required for IP options processingPaolo Abeni2017-07-181-2/+11
| * | atm: zatm: Fix an error handling path in 'zatm_init_one()'Christophe Jaillet2017-07-181-1/+1
| * | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-182-0/+2
| * | ppp: Fix false xmit recursion detect with two ppp devicesGao Feng2017-07-181-9/+21
| * | bpf: check NULL for sk_to_full_sk() return valueWANG Cong2017-07-171-1/+1
| * | jhash: fix -Wimplicit-fallthrough warningsJakub Kicinski2017-07-171-15/+14
| |/
| * Merge branch 'bcmgenet-Fragmented-SKB-corrections'David S. Miller2017-07-162-149/+152
| |\
| | * net: bcmgenet: Free skb after last Tx fragDoug Berger2017-07-162-60/+84
| | * net: bcmgenet: Fix unmapping of fragments in bcmgenet_xmit()Doug Berger2017-07-161-106/+85
| |/
| * dt-bindings: net: Remove duplicate NSP Ethernet MAC binding documentFlorian Fainelli2017-07-161-24/+0
| * Merge branch 'isdn-const-pci_device_ids'David S. Miller2017-07-1610-10/+10
| |\
| | * isdn: avm: c4: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: mISDN: hfcpci: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: mISDN: avmfritz: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: mISDN: w6692: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: mISDN: hfcmulti: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: mISDN: netjet: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: eicon: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: hisax: hisax_fcpcipnp: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: hisax: hfc4s8s_l1: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| | * isdn: hisax: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
| |/
| * tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-151-1/+9
| * tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-151-1/+0
| * tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-151-5/+18
| * tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-151-3/+11
| * tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-151-2/+1
| * openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36