summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning2016-08-131-2/+2
* net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum2016-08-131-0/+1
* net/irda: handle iriap_register_lsap() allocation failureVegard Nossum2016-08-131-2/+6
* bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2016-08-131-52/+18
* calipso: fix resource leak on calipso_genopt failureColin Ian King2016-08-131-1/+3
* bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2016-08-121-5/+5
* openvswitch: do not ignore netdev errors when creating tunnel vportsMartynas Pumputis2016-08-103-4/+25
* tipc: fix variable dereference before NULL checkParthasarathy Bhuvaragan2016-08-101-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-107-20/+26
|\
| * netfilter: nft_exthdr: Add size check on u8 nft_exthdr attributesLaura Garcia Liebana2016-08-101-2/+9
| * netfilter: ctnetlink: reject new conntrack request with different l4protoLiping Zhang2016-08-091-0/+2
| * netfilter: nfnetlink_queue: reject verdict request from different portidLiping Zhang2016-08-091-4/+2
| * netfilter: nfnetlink_queue: fix memory leak when attach expectation successfullyLiping Zhang2016-08-091-6/+2
| * netfilter: nf_ct_expect: remove the redundant slash when policy name is emptyLiping Zhang2016-08-091-1/+1
| * netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeqChristophe Leroy2016-08-081-2/+2
| * netfilter: nft_rbtree: ignore inactive matching element with no descendantsPablo Neira Ayuso2016-08-081-4/+6
| * netfilter: nf_ct_h323: do not re-activate already expired timerLiping Zhang2016-08-081-1/+2
* | bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita2016-08-091-25/+27
* | vti: flush x-netns xfrm cache when vti interface is removedLance Richardson2016-08-091-0/+31
* | rxrpc: Free packets discarded in data_readyDavid Howells2016-08-091-0/+2
* | rxrpc: Fix a use-after-push in data_ready handlerDavid Howells2016-08-091-6/+11
* | rxrpc: Once packet posted in data_ready, don't retry postingDavid Howells2016-08-091-5/+3
* | rxrpc: Don't access connection from call if pointer is NULLDavid Howells2016-08-091-0/+4
* | rxrpc: Need to flag call as being released on connect failureDavid Howells2016-08-091-0/+2
* | rxrpc: fix uninitialized pointer dereference in debug codeArnd Bergmann2016-08-091-0/+1
* | sctp: use event->chunk when it's validXin Long2016-08-081-2/+2
* | bpf: fix checksum for vlan push/pop helperDaniel Borkmann2016-08-081-0/+12
* | bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2016-08-081-2/+2
* | bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann2016-08-081-3/+10
* | sctp_diag: Respect ss adding TCPF_CLOSE to idiag_statesPhil Sutter2016-08-081-2/+2
* | sctp_diag: Fix T3_rtx timer exportPhil Sutter2016-08-081-4/+10
|/
* Merge tag 'mac80211-for-davem-2016-08-05' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-08-068-20/+51
|\
| * mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul2016-08-051-1/+1
| * nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma2016-08-051-3/+31
| * mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma2016-08-051-7/+7
| * mac80211: fix purging multicast PS buffer queueFelix Fietkau2016-08-052-4/+4
| * mac80211: mesh: flush stations before beacons are stoppedMaital Hahn2016-08-031-4/+6
| * mac80211: fix check for buffered powersave frames with txqFelix Fietkau2016-08-021-1/+1
| * cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King2016-08-021-0/+1
* | ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster2016-08-061-6/+2
* | rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-067-46/+45
* | OVS: Ignore negative headroom valueIan Wienand2016-08-061-1/+1
* | openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme2016-08-031-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-036-7/+10
|\ \ | |/
| * sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-301-1/+1
| * sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-301-1/+3
| * sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-301-1/+2
| * tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-301-1/+2
| * net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-301-2/+1
| * tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-301-1/+1
OpenPOWER on IntegriCloud