summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge: don't leak skb in error pathsFlorian Westphal2015-07-021-4/+8
* netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-021-9/+16
* netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errorsBernhard Thaler2015-07-021-1/+3
* netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman2015-07-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-0112-32/+33
|\
| * sock_diag: don't broadcast kernel socketsCraig Gallek2015-06-301-1/+1
| * sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-06-291-1/+3
| * dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef2015-06-291-1/+1
| * net: Kill sock->sk_protinfoDavid Miller2015-06-292-7/+0Star
| * ax25: Stop using sock->sk_protinfo.David Miller2015-06-292-16/+16
| * flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()Geert Uytterhoeven2015-06-291-1/+1
| * ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek2015-06-291-2/+2
| * tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy2015-06-293-1/+7
| * net: sched: flower fix typoJamal Hadi Salim2015-06-251-2/+2
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-013-6/+6
|\ \
| * | module: add per-module param_lockDan Streetman2015-06-231-2/+2
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-282-4/+4
* | | Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-06-2713-198/+129Star
|\ \ \ | |_|/ |/| |
| * | sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-221-6/+2Star
| * | rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever2015-06-047-48/+69
| * | svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever2015-06-042-7/+1Star
| * | svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever2015-06-042-27/+7Star
| * | svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever2015-06-043-47/+41Star
| * | svcrdma: Fix byte-swapping in svc_rdma_sendto.cChuck Lever2015-06-041-6/+8
| * | svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever2015-06-031-56/+0Star
| * | SUNRPC: Move EXPORT_SYMBOL for svc_processChuck Lever2015-06-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-25390-6682/+14698
|\ \ \
| * | | bridge: vlan: flush the dynamically learned entries on port vlan deleteNikolay Aleksandrov2015-06-246-7/+11
| * | | bridge: multicast: add a comment to br_port_state_selection about blocking stateNikolay Aleksandrov2015-06-241-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-2414-42/+100
| |\ \ \
| | * | | ip: report the original address of ICMP messagesJulian Anastasov2015-06-242-2/+21
| | * | | Merge tag 'linux-can-fixes-for-4.1-20150621' of git://git.kernel.org/pub/scm/...David S. Miller2015-06-231-1/+5
| | |\ \ \
| | | * | | can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-06-211-1/+5
| | * | | | bridge: multicast: restore router configuration on port link down/upSatish Ashok2015-06-231-0/+4
| | * | | | NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle2015-06-231-1/+2
| | * | | | tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-06-233-4/+7
| | * | | | packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-06-211-16/+2Star
| | * | | | mac80211: fix locking in update_vlan_tailroom_need_count()Johannes Berg2015-06-211-3/+10
| | |/ / /
| | * | | neigh: do not modify unlinked entriesJulian Anastasov2015-06-211-0/+13
| | * | | packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-06-211-1/+1
| | * | | bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-06-182-3/+3
| | * | | sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-06-141-11/+32
| * | | | net: inet_diag: export IPV6_V6ONLY sockoptPhil Sutter2015-06-241-0/+4
| * | | | net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-247-16/+48
| * | | | net: track link-status of ipv4 nexthopsAndy Gospodarek2015-06-242-21/+62
| * | | | net: switchdev: ignore unsupported bridge flagsVivien Didelot2015-06-241-1/+1
| * | | | switchdev: change BUG_ON to WARN for attr set failure caseScott Feldman2015-06-231-1/+2
| * | | | switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-232-4/+137
| * | | | switchdev: rename vlan vid_start to vid_beginScott Feldman2015-06-232-8/+8
| * | | | packet: remove handling of tx_ringManinder Singh2015-06-231-9/+5Star