summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg2015-03-281-10/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-0613-42/+60
|\ \ \ \
| * | | | net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7
| * | | | l2tp: unregister l2tp_net_ops on failure pathWANG Cong2015-04-061-0/+1
| * | | | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-063-2/+24
| * | | | netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
| * | | | Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9
| * | | | ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-021-1/+1
| * | | | net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-026-5/+8
| * | | | ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
| * | | | tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* | | | | tc: bpf: add checksum helpersAlexei Starovoitov2015-04-061-4/+104
* | | | | netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2015-04-042-7/+6
* | | | | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-048-20/+18
* | | | | netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller2015-04-046-20/+16
* | | | | netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller2015-04-043-36/+27
* | | | | netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller2015-04-046-19/+16
* | | | | netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller2015-04-043-37/+28
* | | | | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-0432-266/+157
* | | | | netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-044-44/+38
* | | | | netfilter: Create and use nf_hook_state.David S. Miller2015-04-043-45/+36
* | | | | ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann2015-04-031-0/+7
* | | | | ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-0330-63/+64
* | | | | ipv4: coding style: comparison for equality with NULLIan Morris2015-04-0339-202/+210
* | | | | tipc: simplify link mtu negotiationJon Paul Maloy2015-04-024-111/+43
* | | | | tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-025-90/+78
* | | | | tipc: drop tunneled packet duplicates at receptionJon Paul Maloy2015-04-021-85/+47
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-0217-66/+87
|\ \ \ \ \ | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-0213-28/+55
| |\ \ \ \
| | * \ \ \ Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-04-013-5/+12
| | |\ \ \ \
| | | * | | | mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-04-013-5/+12
| | * | | | | tipc: fix a slab object leakYing Xue2015-03-311-1/+1
| | * | | | | af_iucv: fix AF_IUCV sendmsg() errnoEugene Crosser2015-03-311-3/+1
| | * | | | | openvswitch: Return vport module ref before destructionThomas Graf2015-03-311-3/+1
| | * | | | | net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev2015-03-291-0/+11
| | * | | | | netns: don't clear nsid too early on removalNicolas Dichtel2015-03-291-9/+15
| | * | | | | ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-292-2/+2
| | * | | | | ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-03-251-1/+8
| | * | | | | net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-03-241-2/+2
| | * | | | | tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-03-232-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-014-38/+32
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-314-38/+32
* | | | | | dev: set iflink to 0 for virtual interfacesNicolas Dichtel2015-04-021-0/+4
* | | | | | net: remove iflink field from struct net_deviceNicolas Dichtel2015-04-021-11/+2
* | | | | | dsa: implement ndo_get_iflinkNicolas Dichtel2015-04-021-5/+3
* | | | | | vlan: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+8
* | | | | | ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2015-04-022-2/+12
* | | | | | ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-025-5/+13
* | | | | | ip6tnl,gre6,vti6: implement ndo_get_iflinkNicolas Dichtel2015-04-023-10/+11
* | | | | | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-029-17/+43
OpenPOWER on IntegriCloud