summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vsock: Make transport the proto ownerAndy King2014-05-051-25/+22
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-052-3/+12
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-012-3/+12
| |\
| | * Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-04-251-3/+6
| | * Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-04-251-0/+6
* | | net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-041-5/+6
|/ /
* | tcp_cubic: fix the range of delayed_ackLiu Yu2014-04-301-1/+1
* | tcp: increment retransmit counters in tlp and fast openEric Dumazet2014-04-301-7/+7
* | net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-283-1/+4
* | net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss2014-04-271-4/+3
* | sctp: reset flowi4_oif parameter on route lookupXufeng Zhang2014-04-271-1/+6
* | bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita2014-04-271-0/+15
* | ipv6: fib: fix fib dump restartKumar Sundararajan2014-04-241-1/+2
* | rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-04-241-6/+10
* | rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-04-241-5/+12
* | netfilter: Fix warning in nfnetlink_receive().David S. Miller2014-04-241-1/+0
* | net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-2415-31/+33
* | net: Add variants of capable for use on netlink messagesEric W. Biederman2014-04-241-0/+65
* | net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+49
* | net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-242-3/+8
* | netlink: Rename netlink_capable netlink_allowedEric W. Biederman2014-04-241-5/+5
* | net: filter: initialize A and X registersAlexei Starovoitov2014-04-231-7/+9
* | net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-222-3/+3
* | net: sctp: cache auth_enable per endpointVlad Yasevich2014-04-186-59/+89
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-04-184-3/+14
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-04-174-3/+14
| |\ \ | | |/
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-144-3/+14
| | |\
| | | * mac80211: exclude AP_VLAN interfaces from tx power calculationFelix Fietkau2014-04-111-0/+2
| | | * mac80211: suppress BSS info change notifications for AP_VLANFelix Fietkau2014-04-111-1/+1
| | | * mac80211: update last_tx_rate only for data frameChun-Yeow Yeoh2014-04-091-0/+1
| | | * mac80211: fix radar_enabled propagationMichal Kazior2014-04-091-2/+2
| | | * mac80211: Disable SMPS for the monitor interfaceIdo Yariv2014-04-091-0/+7
| | | * mac80211: fix software remain-on-channel implementationJohannes Berg2014-04-091-0/+1
* | | | vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-182-5/+42
|/ / /
* | | ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-4/+4
* | | sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-13/+4
* | | ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-8/+7
* | | net: use SYSCALL_DEFINEx for sys_recvJan Glauber2014-04-161-2/+2
* | | ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang2014-04-161-2/+1
* | | ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang2014-04-165-7/+5
* | | ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel2014-04-151-0/+10
* | | ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-1513-33/+48
* | | ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2014-04-157-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-04-145-24/+5
|\ \ \
| * | | netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2014-04-142-3/+2
| * | | netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin2014-04-141-0/+1
| * | | netfilter: nf_conntrack: flush net_gre->keymap_list only from gre helperAndrey Vagin2014-04-082-21/+2
* | | | net: Start with correct mac_len in skb_network_protocolVlad Yasevich2014-04-141-1/+1
* | | | Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the re...Daniel Borkmann2014-04-144-24/+74
* | | | net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann2014-04-141-1/+0
OpenPOWER on IntegriCloud