summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net:dccp: do not report ICMP redirects to user spaceDuan Jiong2013-09-181-0/+1
* Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-09-181-0/+2
|\
| * batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli2013-09-171-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-09-179-28/+31
|\ \
| * | netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng2013-09-171-1/+1
| * | netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-161-12/+16
| * | netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik2013-09-161-1/+1
| * | netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-165-10/+9
| * | netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik2013-09-161-2/+2
| * | netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester2013-09-131-2/+2
* | | tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-171-1/+3
| |/ |/|
* | net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2013-09-162-3/+2
* | ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi2013-09-161-2/+2
* | bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo2013-09-151-4/+1
* | bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2013-09-152-3/+3
* | bridge: Clamp forward_delay when enabling STPHerbert Xu2013-09-123-8/+26
* | resubmit bridge: fix message_age_timer calculationChris Healy2013-09-121-1/+1
* | net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann2013-09-121-29/+13
* | netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang2013-09-121-1/+1
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-111-25/+25
|\ \
| * | kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-111-25/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-119-19/+27
|\ \ \
| * | | net_sched: htb: fix a typo in htb_change_class()Vimalkumar2013-09-111-1/+1
| * | | ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček2013-09-112-7/+17
| * | | fib6_rules: fix indentationStefan Tomanek2013-09-111-2/+2
| * | | net: fix multiqueue selectionEric Dumazet2013-09-111-1/+1
| * | | net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann2013-09-111-0/+3
| * | | net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUEDaniel Borkmann2013-09-111-1/+1
| * | | net: fib: fib6_add: fix potential NULL pointer dereferenceDaniel Borkmann2013-09-111-1/+1
| * | | net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrsDaniel Borkmann2013-09-111-0/+1
| * | | ipv6/exthdrs: accept tlv which includes only paddingJiri Pirko2013-09-111-6/+0
| | |/ | |/|
* | | Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-112-0/+10
|\ \ \ | |_|/ |/| |
| * | fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-0/+5
| * | 9p: send uevent after adding/removing mount_tag attributeMichael Marineau2013-08-261-0/+5
* | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-103-22/+50
|\ \ \ | |_|/ |/| |
| * | rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields2013-09-061-10/+6
| * | rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields2013-09-063-1/+37
| * | rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields2013-09-061-8/+10
| * | rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields2013-09-061-19/+13
* | | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-0910-218/+712
|\ \ \
| * | | SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust2013-09-051-0/+25
| * | | SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust2013-09-041-1/+1
| * | | SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust2013-09-041-1/+12
| * | | SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-034-13/+19
| * | | SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-033-2/+153
| * | | SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson2013-09-031-1/+1
| * | | SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust2013-09-021-7/+8
| * | | RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust2013-09-021-3/+89
| * | | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust2013-09-011-9/+68
| * | | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust2013-09-011-0/+35
OpenPOWER on IntegriCloud