summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-03-22bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek
2012-03-22netfilter: remove forward module param confusion.Rusty Russell
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2012-03-23netfilter: nf_conntrack: permanently attach timeout policy to conntrackPablo Neira Ayuso
2012-03-23netfilter: xt_CT: fix assignation of the generic protocol trackerPablo Neira Ayuso
2012-03-23netfilter: xt_CT: missing rcu_read_lock section in timeout assignmentPablo Neira Ayuso
2012-03-23netfilter: cttimeout: fix dependency with l4protocol conntrack modulePablo Neira Ayuso
2012-03-22xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert
2012-03-22xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert
2012-03-22RDS: use gfp flags from caller in conn_alloc()Dan Carpenter
2012-03-22netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter
2012-03-22libceph: isolate kmap() call in write_partial_msg_pages()Alex Elder
2012-03-22libceph: rename "page_shift" variable to something sensibleAlex Elder
2012-03-22libceph: get rid of zero_page_addressAlex Elder
2012-03-22libceph: only call kernel_sendpage() via helperAlex Elder
2012-03-22libceph: use kernel_sendpage() for sending zeroesAlex Elder
2012-03-22libceph: fix inverted crc option logicAlex Elder
2012-03-22libceph: some simple changesAlex Elder
2012-03-22libceph: small refactor in write_partial_kvec()Alex Elder
2012-03-22libceph: do crc calculations outside loopAlex Elder
2012-03-22libceph: separate CRC calculation from byte swappingAlex Elder
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder
2012-03-22libceph: a few small changesAlex Elder
2012-03-22libceph: make ceph_tcp_connect() return intAlex Elder
2012-03-22libceph: encapsulate some messenger cleanup codeAlex Elder
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder
2012-03-22libceph: encapsulate connection kvec operationsAlex Elder
2012-03-22libceph: move prepare_write_banner()Alex Elder
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder
2012-03-22ceph: eliminate some abusive castsAlex Elder
2012-03-22ceph: eliminate some needless castsAlex Elder
2012-03-22ceph: kill addr_str_lock spinlock; use atomic insteadAlex Elder
2012-03-22ceph: make use of "else" where appropriateAlex Elder
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder
2012-03-22libceph: fix overflow check in crush_decode()Xi Wang
2012-03-22net/ceph: Only clear SOCK_NOSPACE when there is sufficient space in the socke...Jim Schutt
2012-03-22netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso
2012-03-21l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise
2012-03-21net: fix napi_reuse_skb() skb reserveEric Dumazet
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-21xprtrdma: Remove assumption that each segment is <= PAGE_SIZETom Tucker
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker
2012-03-21SUNRPC/LOCKD: Fix build warnings when CONFIG_SUNRPC_DEBUG is undefinedTrond Myklebust
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20switch touch_atime to struct pathAl Viro
2012-03-20switch unix_sock to struct pathAl Viro