aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-105/+270
2014-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+5
2014-05-05ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-05vsock: Make transport the proto ownerAndy King1-25/+22
2014-05-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller2-3/+12
2014-05-04net: sched: lock imbalance in hhf qdiscJohn Fastabend1-5/+6
2014-05-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville2-3/+12
2014-04-30tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-04-30tcp: increment retransmit counters in tlp and fast openEric Dumazet1-7/+7
2014-04-28libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov1-4/+5
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov3-1/+4
2014-04-27net: sctp: Don't transition to PF state when transport has exhausted 'Path.Max.Retrans'.Karl Heiss1-4/+3
2014-04-27sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-04-27bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita1-0/+15
2014-04-25Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg1-3/+6
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-04-24ipv6: fib: fix fib dump restartKumar Sundararajan1-1/+2
2014-04-24rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson1-6/+10
2014-04-24rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson1-5/+12
2014-04-24netfilter: Fix warning in nfnetlink_receive().David S. Miller1-1/+0
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman15-31/+33
2014-04-24net: Add variants of capable for use on netlink messagesEric W. Biederman1-0/+65
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+49
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2-3/+8
2014-04-24netlink: Rename netlink_capable netlink_allowedEric W. Biederman1-5/+5
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov1-7/+9
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-04-18net: sctp: cache auth_enable per endpointVlad Yasevich6-59/+89
2014-04-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-3/+14
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-04-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-3/+14
2014-04-16ip6_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-4/+4
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-16net: use SYSCALL_DEFINEx for sys_recvJan Glauber1-2/+2
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang5-7/+5
2014-04-15ip6_gre: don't allow to remove the fb_tunnel_devNicolas Dichtel1-0/+10
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet13-33/+48
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet7-10/+10
2014-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-24/+5
2014-04-14net: Start with correct mac_len in skb_network_protocolVlad Yasevich1-1/+1
2014-04-14Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer"Daniel Borkmann4-24/+74
2014-04-14net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_WDaniel Borkmann1-1/+0
2014-04-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville4-3/+14
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-04-14netfilter: nf_tables: fix nft_cmp_fast failure on big endian for size < 4Patrick McHardy2-3/+2
2014-04-14netfilter: nf_conntrack: initialize net.ct.generationAndrey Vagin1-0/+1
2014-04-13filter: prevent nla extensions to peek beyond the end of the messageMathias Krause1-1/+7
2014-04-13ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1