summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-255-29/+31
|\
| * NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-1/+3
| * SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddrTrond Myklebust2011-10-181-1/+0
| * SUNRPC: Fix rpc_sockaddr2uaddrTrond Myklebust2011-10-182-5/+6
| * SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2011-10-182-22/+22
* | Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-10-254-26/+46
|\ \
| * | sunrpc: add MODULE_ALIAS to match the filesystem nameMichal Schmidt2011-10-101-0/+3
| * | SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-142-17/+19
| * | sunrpc: use better NUMA affinitiesEric Dumazet2011-08-191-9/+24
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-253-3/+3
|\ \ \
| * \ \ Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-073-3/+3
| |\ \ \
| | * | | PM QoS: Move and rename the implementation filesJean Pihet2011-08-253-3/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-25285-5540/+14144
|\ \ \ \ \
| * | | | | ipv6: Do not use routes from locally generated RAsAndreas Hofmeister2011-10-241-0/+8
| * | | | | net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-241-92/+96
| * | | | | ipv4: avoid useless call of the function check_peer_pmtuGao feng2011-10-241-2/+1
| * | | | | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-2425-95/+268
| |\ \ \ \ \
| | * | | | | rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-10-241-0/+1
| | * | | | | ipv4: fix ipsec forward performance regressionYan, Zheng2011-10-241-7/+7
| | * | | | | route: fix ICMP redirect validationFlavio Leitner2011-10-241-5/+31
| | * | | | | net: hold sock reference while processing tx timestampsRichard Cochran2011-10-241-2/+10
| | * | | | | Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-201-1/+6
| | |\ \ \ \ \
| | | * | | | | batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli2011-10-181-1/+4
| | | * | | | | batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli2011-10-181-0/+2
| | * | | | | | ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet2011-10-201-2/+0
| * | | | | | | TCP: remove TCP_DEBUGFlavio Leitner2011-10-242-4/+0
| * | | | | | | ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-243-7/+11
| * | | | | | | tcp: md5: add more const attributesEric Dumazet2011-10-242-12/+13
| * | | | | | | tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet2011-10-241-6/+8
| * | | | | | | net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski2011-10-221-2/+3
| * | | | | | | tcp: add const qualifiers where possibleEric Dumazet2011-10-219-131/+136
| * | | | | | | dev: use name hash for dev_seq_opsMihai Maruseac2011-10-211-15/+69
| * | | | | | | net: add opaque struct around skb frag pageIan Campbell2011-10-211-3/+3
| * | | | | | | net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-202-2/+2
| * | | | | | | tcp: remove unused tcp_fin() parametersEric Dumazet2011-10-201-3/+3
| * | | | | | | pktgen: remove ndelay() callEric Dumazet2011-10-201-4/+7
| * | | | | | | tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet2011-10-201-8/+15
| * | | | | | | net: do not take an additional reference in skb_frag_set_pageIan Campbell2011-10-191-0/+1
| * | | | | | | neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com2011-10-191-0/+4
| * | | | | | | filter: use unsigned int to silence static checker warningDan Carpenter2011-10-191-1/+1
| * | | | | | | cleanup: remove unnecessary include.Kevin Wilson2011-10-191-4/+0
| * | | | | | | ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker2011-10-191-1/+1
| * | | | | | | net: validate HWTSTAMP ioctl parametersRichard Cochran2011-10-191-0/+58
| * | | | | | | net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman2011-10-191-1/+7
| * | | | | | | tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet2011-10-191-5/+3
| * | | | | | | net: Allow skb_recycle_check to be done in stagesAndy Fleming2011-10-191-25/+26
| * | | | | | | net: add skb frag size accessorsEric Dumazet2011-10-1915-80/+85
| * | | | | | | xfrm6: Don't call icmpv6_send on local errorSteffen Klassert2011-10-181-2/+54
| * | | | | | | ipv6: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-10-182-8/+13
| * | | | | | | ipv6: Remove superfluous NULL pointer check in ipv6_local_rxpmtuSteffen Klassert2011-10-181-4/+0
OpenPOWER on IntegriCloud