aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
...
| * | | | | | | vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-18
| * | | | | | | netfilter: xt_TEE: don't use destination address found in headerEric Dumazet2012-10-17
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso2012-10-17
| |\| | | | | |
| * | | | | | | netfilter: xt_nat: fix incorrect hooks for SNAT and DNAT targetsElison Niven2012-10-15
| * | | | | | | netfilter: xt_CT: fix timeout setting with IPv6Pablo Neira Ayuso2012-10-15
| * | | | | | | ipvs: initialize returned data in do_ip_vs_get_ctlArnd Bergmann2012-10-09
* | | | | | | | SUNRPC: Get rid of the xs_error_report socket callbackTrond Myklebust2012-10-24
* | | | | | | | SUNRPC: Prevent races in xs_abort_connection()Trond Myklebust2012-10-24
* | | | | | | | Revert "SUNRPC: Ensure we close the socket on EPIPE errors too..."Trond Myklebust2012-10-24
* | | | | | | | SUNRPC: Clear the connect flag when socket state is TCP_CLOSE_WAITTrond Myklebust2012-10-24
* | | | | | | | Merge tag 'tty-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-10-19
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 3.7-rc1 into tty-linusGreg Kroah-Hartman2012-10-15
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | net, TTY: initialize tty->driver_data before usageSasha Levin2012-10-05
* | | | | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-19
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | SUNRPC: Prevent kernel stack corruption on long values of flushSasha Levin2012-10-17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet2012-10-16
* | | | | | | | sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-10-16
* | | | | | | | vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-16
|/ / / / / / /
* | | | | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-14
|\ \ \ \ \ \ \
| * | | | | | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-07
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-13
|\ \ \ \ \ \ \ \
| * | | | | | | | userns: Properly print bluetooth socket uidsEric W. Biederman2012-10-12
* | | | | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-12
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge Trond's bugfixesJ. Bruce Fields2012-10-11
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-09
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-10
| * | | | | | | | | | | svcrpc: split up svc_handle_xprtJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: break up svc_recvJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: minor udp code cleanupJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: clean up control flowJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: standardize svc_setup_socket return conventionJ. Bruce Fields2012-08-21
| * | | | | | | | | | | svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields2012-08-21
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | net: add doc for in4_pton()Amerigo Wang2012-10-12
| * | | | | | | | | | | net: add doc for in6_pton()Amerigo Wang2012-10-12
| * | | | | | | | | | | vti: fix sparse bit endian warningsstephen hemminger2012-10-12
| * | | | | | | | | | | tcp: resets are misroutedAlexey Kuznetsov2012-10-12
| * | | | | | | | | | | tcp: sysctl interface leaks 16 bytes of kernel memoryAlan Cox2012-10-11
| * | | | | | | | | | | ipv4: fix route mark sparse warningstephen hemminger2012-10-10
| * | | | | | | | | | | bridge: Pull ip header into skb->data before looking into ip header.Sarveshwar Bandi2012-10-10
| * | | | | | | | | | | pktgen: replace scan_ip6() with in6_pton()Amerigo Wang2012-10-10
| * | | | | | | | | | | pktgen: enable automatic IPv6 address settingAmerigo Wang2012-10-10
| * | | | | | | | | | | pktgen: display IPv4 address in human-readable formatAmerigo Wang2012-10-10
| * | | | | | | | | | | pktgen: set different default min_pkt_size for different protocolsAmerigo Wang2012-10-10
| * | | | | | | | | | | pktgen: fix crash when generating IPv6 packetsAmerigo Wang2012-10-10